|
static bool | liquidIsCompressible () |
| Returns true iff the liquid phase is assumed to be compressible.
|
|
static const char * | name () |
| A human readable name for the .
|
|
static bool | gasIsCompressible () |
| Returns true iff the gas phase is assumed to be compressible.
|
|
static bool | gasIsIdeal () |
| Returns true iff the gas phase is assumed to be ideal.
|
|
static Scalar | molarMass () |
| The molar mass in of . More...
|
|
static Scalar | criticalTemperature () |
| Returns the critical temperature of .
|
|
static Scalar | criticalPressure () |
| Returns the critical pressure of .
|
|
template<class Evaluation > |
static Evaluation | gasDensity (const Evaluation &temperature, const Evaluation &pressure) |
| The density of at a given pressure and temperature [kg/m^3]. More...
|
|
template<class Evaluation > |
static Evaluation | gasPressure (const Evaluation &temperature, Scalar density) |
| The pressure of gaseous at a given density and temperature . More...
|
|
template<class Evaluation > |
static Evaluation | gasViscosity (const Evaluation &temperature, const Evaluation &) |
| The dynamic viscosity of at a given pressure and temperature. More...
|
|
template<class Evaluation > |
static Evaluation | simpleGasViscosity (const Evaluation &temperature, const Evaluation &) |
|
template<class Evaluation > |
static Evaluation | gasEnthalpy (const Evaluation &temperature, const Evaluation &) |
| Specific enthalpy of liquid water with 273.15 K as basis. More...
|
|
template<class Evaluation > |
static Evaluation | gasInternalEnergy (const Evaluation &temperature, const Evaluation &pressure) |
| Specific internal energy of . More...
|
|
template<class Evaluation > |
static Evaluation | gasThermalConductivity (const Evaluation &, const Evaluation &) |
| Specific heat conductivity of steam . More...
|
|
template<class Evaluation > |
static Evaluation | gasHeatCapacity (const Evaluation &, const Evaluation &) |
| Specific isobaric heat capacity of pure air. More...
|
|
static void | init (Scalar, Scalar, unsigned, Scalar, Scalar, unsigned) |
| A default routine for initialization, not needed for components and must not be called. More...
|
|
static bool | gasIsCompressible () |
| Returns true iff the gas phase is assumed to be compressible.
|
|
static bool | gasIsIdeal () |
| Returns true iff the gas phase is assumed to be ideal.
|
|
static bool | liquidIsCompressible () |
| Returns true iff the liquid phase is assumed to be compressible.
|
|
static const char * | name () |
| A human readable name for the component.
|
|
static Scalar | molarMass () |
| The molar mass in of the component.
|
|
static Scalar | criticalTemperature () |
| Returns the critical temperature in of the component.
|
|
static Scalar | criticalPressure () |
| Returns the critical pressure in of the component.
|
|
static Scalar | acentricFactor () |
| Returns the acentric factor of the component.
|
|
static Scalar | criticalVolume () |
| Returns the critical volume in of the component.
|
|
static Scalar | tripleTemperature () |
| Returns the temperature in at the component's triple point.
|
|
static Scalar | triplePressure () |
| Returns the pressure in at the component's triple point.
|
|
static Evaluation | vaporPressure (const Evaluation &) |
| The vapor pressure in of the component at a given temperature in . More...
|
|
static Evaluation | gasDensity (const Evaluation &, const Evaluation &) |
| The density in of the component at a given pressure in and temperature in . More...
|
|
static Evaluation | liquidDensity (const Evaluation &, const Evaluation &) |
| The density of the liquid component at a given pressure in and temperature in . More...
|
|
static Evaluation | gasEnthalpy (const Evaluation &, const Evaluation &) |
| Specific enthalpy of the pure component in gas. More...
|
|
static Evaluation | liquidEnthalpy (const Evaluation &, const Evaluation &) |
| Specific enthalpy of the pure component in liquid. More...
|
|
static Evaluation | gasInternalEnergy (const Evaluation &, const Evaluation &) |
| Specific internal energy of the pure component in gas. More...
|
|
static Evaluation | liquidInternalEnergy (const Evaluation &, const Evaluation &) |
| Specific internal energy of pure the pure component in liquid. More...
|
|
static Evaluation | gasViscosity (const Evaluation &, const Evaluation &) |
| The dynamic viscosity of the pure component at a given pressure in and temperature in . More...
|
|
static Evaluation | liquidViscosity (const Evaluation &, const Evaluation &) |
| The dynamic liquid viscosity of the pure component. More...
|
|
static Evaluation | gasThermalConductivity (const Evaluation &, const Evaluation &) |
| Thermal conductivity of the component [W/(m^2 K/m)] as a gas.
|
|
static Evaluation | liquidThermalConductivity (const Evaluation &, const Evaluation &) |
| Thermal conductivity of the component [W/(m^2 K/m)] as a liquid.
|
|
static Evaluation | gasHeatCapacity (const Evaluation &, const Evaluation &) |
| Specific isobaric heat capacity of the component [J/kg] as a gas.
|
|
static Evaluation | liquidHeatCapacity (const Evaluation &, const Evaluation &) |
| Specific isobaric heat capacity of the component [J/kg] as a liquid.
|
|
template<class Scalar>
class Opm::Air< Scalar >
A simple class implementing the fluid properties of air.
- Template Parameters
-
Scalar | The type used for scalar values |