This class represents the Pressure-Volume-Temperature relations of the oil phase without dissolved gas and constant compressibility/"viscosibility".
More...
|
| void | setNumRegions (size_t numRegions) |
| |
| void | setReferenceDensities (unsigned regionIdx, Scalar rhoRefOil, Scalar, Scalar) |
| | Initialize the reference densities of all fluids for a given PVT region. More...
|
| |
| void | setMolarMasses (unsigned, Scalar, Scalar, Scalar) |
| | Initialize the reference densities of all fluids for a given PVT region. More...
|
| |
| void | setViscosity (unsigned regionIdx, Scalar muo, Scalar oilViscosibility=0.0) |
| | Set the viscosity and "viscosibility" of the oil phase. More...
|
| |
| void | setCompressibility (unsigned regionIdx, Scalar oilCompressibility) |
| | Set the compressibility of the oil phase. More...
|
| |
| void | setReferencePressure (unsigned regionIdx, Scalar p) |
| | Set the oil reference pressure [Pa]. More...
|
| |
| void | setReferenceFormationVolumeFactor (unsigned regionIdx, Scalar BoRef) |
| | Set the oil reference formation volume factor [-]. More...
|
| |
| void | setViscosibility (unsigned regionIdx, Scalar muComp) |
| | Set the oil "viscosibility" [1/ (Pa s)]. More...
|
| |
| void | initEnd (const GasPvtMultiplexer *) |
| | Finish initializing the oil phase PVT properties. More...
|
| |
| template<class Evaluation > |
| Evaluation | viscosity (unsigned regionIdx, const Evaluation &temperature, const Evaluation &pressure, const Evaluation &XoG) const |
| | Returns the dynamic viscosity [Pa s] of the fluid phase given a set of parameters. More...
|
| |
| template<class Evaluation > |
| Evaluation | density (unsigned regionIdx, const Evaluation &temperature, const Evaluation &pressure, const Evaluation &XoG) const |
| | Returns the density [kg/m^3] of the fluid phase given a set of parameters. More...
|
| |
| template<class Evaluation > |
| Evaluation | formationVolumeFactor (unsigned regionIdx, const Evaluation &, const Evaluation &pressure, const Evaluation &) const |
| | Returns the formation volume factor [-] of the fluid phase. More...
|
| |
| template<class Evaluation > |
| Evaluation | fugacityCoefficientOil (unsigned, const Evaluation &, const Evaluation &pressure) const |
| | Returns the fugacity coefficient [Pa] of a component in the fluid phase given a set of parameters. More...
|
| |
| template<class Evaluation > |
| Evaluation | fugacityCoefficientWater (unsigned regionIdx, const Evaluation &temperature, const Evaluation &pressure) const |
| |
| template<class Evaluation > |
| Evaluation | fugacityCoefficientGas (unsigned regionIdx, const Evaluation &temperature, const Evaluation &pressure) const |
| |
| template<class Evaluation > |
| Evaluation | gasDissolutionFactor (unsigned, const Evaluation &, const Evaluation &) const |
| | Returns the gas dissolution factor [m^3/m^3] of the oil phase. More...
|
| |
| template<class Evaluation > |
| Evaluation | oilSaturationPressure (unsigned, const Evaluation &, const Evaluation &) const |
| | Returns the saturation pressure of the oil phase [Pa] depending on its mass fraction of the gas component. More...
|
| |
| template<class Evaluation > |
| Evaluation | saturatedOilGasMassFraction (unsigned, const Evaluation &, const Evaluation &) const |
| |
| template<class Evaluation > |
| Evaluation | saturatedOilGasMoleFraction (unsigned, const Evaluation &, const Evaluation &) const |
| |
template<class Scalar>
class Opm::ConstantCompressibilityOilPvt< Scalar >
This class represents the Pressure-Volume-Temperature relations of the oil phase without dissolved gas and constant compressibility/"viscosibility".