This class represents the Pressure-Volume-Temperature relations of the gas phase for CO2.
More...
|
| Co2GasPvt (const std::vector< Scalar > &gasReferenceDensity) |
|
| Co2GasPvt (size_t numRegions, Scalar T_ref=288.71, Scalar P_ref=101325) |
|
void | setNumRegions (size_t numRegions) |
|
void | setReferenceDensities (unsigned regionIdx, Scalar, Scalar rhoRefGas, Scalar) |
| Initialize the reference densities of all fluids for a given PVT region.
|
|
void | initEnd () |
| Finish initializing the oil phase PVT properties.
|
|
unsigned | numRegions () const |
| Return the number of PVT regions which are considered by this PVT-object.
|
|
template<class Evaluation > |
Evaluation | internalEnergy (unsigned, const Evaluation &temperature, const Evaluation &pressure, const Evaluation &) const |
| Returns the specific enthalpy [J/kg] of gas given a set of parameters.
|
|
template<class Evaluation > |
Evaluation | viscosity (unsigned regionIdx, const Evaluation &temperature, const Evaluation &pressure, const Evaluation &, const Evaluation &) const |
| Returns the dynamic viscosity [Pa s] of the fluid phase given a set of parameters.
|
|
template<class Evaluation > |
Evaluation | saturatedViscosity (unsigned, const Evaluation &temperature, const Evaluation &pressure) const |
| Returns the dynamic viscosity [Pa s] of oil saturated gas at given pressure.
|
|
template<class Evaluation > |
Evaluation | inverseFormationVolumeFactor (unsigned regionIdx, const Evaluation &temperature, const Evaluation &pressure, const Evaluation &, const Evaluation &) const |
| Returns the formation volume factor [-] of the fluid phase.
|
|
template<class Evaluation > |
Evaluation | saturatedInverseFormationVolumeFactor (unsigned regionIdx, const Evaluation &temperature, const Evaluation &pressure) const |
| Returns the formation volume factor [-] of oil saturated gas at given pressure.
|
|
template<class Evaluation > |
Evaluation | saturationPressure (unsigned, const Evaluation &, const Evaluation &) const |
| Returns the saturation pressure of the gas phase [Pa] depending on its mass fraction of the oil component. More...
|
|
template<class Evaluation > |
Evaluation | saturatedWaterVaporizationFactor (unsigned, const Evaluation &, const Evaluation &) const |
| Returns the water vaporization factor [m^3/m^3] of the water phase.
|
|
template<class Evaluation > |
Evaluation | saturatedOilVaporizationFactor (unsigned, const Evaluation &, const Evaluation &, const Evaluation &, const Evaluation &) const |
| Returns the oil vaporization factor [m^3/m^3] of the oil phase.
|
|
template<class Evaluation > |
Evaluation | saturatedOilVaporizationFactor (unsigned, const Evaluation &, const Evaluation &) const |
| Returns the oil vaporization factor [m^3/m^3] of the oil phase.
|
|
template<class Evaluation > |
Evaluation | diffusionCoefficient (const Evaluation &temperature, const Evaluation &pressure, unsigned) const |
|
const Scalar | gasReferenceDensity (unsigned regionIdx) const |
|
bool | operator== (const Co2GasPvt< Scalar > &data) const |
|
template<class Scalar>
class Opm::Co2GasPvt< Scalar >
This class represents the Pressure-Volume-Temperature relations of the gas phase for CO2.