|
opm-common
|
Parameters for Dake's D-factor correlation model. More...
#include <WDFAC.hpp>
Public Member Functions | |
| bool | operator== (const Correlation &other) const |
| Equality operator. More... | |
| bool | operator!= (const Correlation &other) const |
| Inequality operator. More... | |
| template<class Serializer > | |
| void | serializeOp (Serializer &serializer) |
| Serialisation operator. More... | |
Static Public Member Functions | |
| static Correlation | serializationTestObject () |
| Serialisation test object. | |
Public Attributes | |
| double | coeff_a {0.0} |
| Multiplicative coefficient 'A'. | |
| double | exponent_b {0.0} |
| Power coefficient 'B' for the effective permeability. | |
| double | exponent_c {0.0} |
| Power coefficient 'C' for the porosity term. | |
Parameters for Dake's D-factor correlation model.
In particular, holds the coefficient 'A' and the exponents 'B' and 'C' of the correlation relation
D = A * (Ke/K0)**B * porosity**C * Ke / (h * rw) * (sg_g/mu_g)
in which
|
inline |
Inequality operator.
| [in] | other | Object to which *this will be compared. |
| bool Opm::WDFAC::Correlation::operator== | ( | const Correlation & | other | ) | const |
Equality operator.
| [in] | other | Object to which *this will be compared. |
|
inline |
Serialisation operator.
| Serializer | Protocol for serialising and deserialising objects between memory and character buffers. |
| [in,out] | serializer | Serialisation object. |