Material properties of pure water .
More...
#include <H2O.hpp>
Static Public Member Functions | |
static const char * | name () |
A human readable name for the water. | |
static const Scalar | molarMass () |
The molar mass in ![]() | |
static const Scalar | acentricFactor () |
The acentric factor ![]() | |
static const Scalar | criticalTemperature () |
Returns the critical temperature ![]() | |
static const Scalar | criticalPressure () |
Returns the critical pressure ![]() | |
static const Scalar | criticalMolarVolume () |
Returns the molar volume ![]() | |
static const Scalar | tripleTemperature () |
Returns the temperature ![]() | |
static const Scalar | triplePressure () |
Returns the pressure ![]() | |
template<class Evaluation > | |
static Evaluation | vaporPressure (Evaluation temperature) |
The vapor pressure in ![]() | |
template<class Evaluation > | |
static Evaluation | vaporTemperature (const Evaluation &pressure) |
The vapor temperature in ![]() | |
template<class Evaluation > | |
static Evaluation | gasEnthalpy (const Evaluation &temperature, const Evaluation &pressure) |
Specific enthalpy of water steam ![]() | |
template<class Evaluation > | |
static Evaluation | liquidEnthalpy (const Evaluation &temperature, const Evaluation &pressure) |
Specific enthalpy of liquid water ![]() | |
template<class Evaluation > | |
static Evaluation | gasHeatCapacity (const Evaluation &temperature, const Evaluation &pressure) |
Specific isobaric heat capacity of water steam ![]() | |
template<class Evaluation > | |
static Evaluation | liquidHeatCapacity (const Evaluation &temperature, const Evaluation &pressure) |
Specific isobaric heat capacity of liquid water ![]() | |
template<class Evaluation > | |
static Evaluation | liquidInternalEnergy (const Evaluation &temperature, const Evaluation &pressure) |
Specific internal energy of liquid water ![]() | |
template<class Evaluation > | |
static Evaluation | gasInternalEnergy (const Evaluation &temperature, const Evaluation &pressure) |
Specific internal energy of steam and water vapor ![]() | |
template<class Evaluation > | |
static Evaluation | liquidHeatCapacityConstVolume (const Evaluation &temperature, const Evaluation &pressure) |
Specific isochoric heat capacity of liquid water ![]() | |
template<class Evaluation > | |
static Evaluation | gasHeatCapacityConstVolume (const Evaluation &temperature, const Evaluation &pressure) |
Specific isochoric heat capacity of steam and water vapor ![]() | |
static bool | gasIsCompressible () |
Returns true iff the gas phase is assumed to be compressible. | |
static bool | liquidIsCompressible () |
Returns true iff the liquid phase is assumed to be compressible. | |
template<class Evaluation > | |
static Evaluation | gasDensity (const Evaluation &temperature, const Evaluation &pressure) |
The density of steam in ![]() | |
static bool | gasIsIdeal () |
Returns true iff the gas phase is assumed to be ideal. | |
template<class Evaluation > | |
static Evaluation | gasPressure (const Evaluation &temperature, Scalar density) |
The pressure of steam in ![]() | |
template<class Evaluation > | |
static Evaluation | liquidDensity (const Evaluation &temperature, const Evaluation &pressure) |
The density of pure water in ![]() | |
template<class Evaluation > | |
static Evaluation | liquidPressure (const Evaluation &temperature, Scalar density) |
The pressure of liquid water in ![]() | |
template<class Evaluation > | |
static Evaluation | gasViscosity (const Evaluation &temperature, const Evaluation &pressure) |
The dynamic viscosity ![]() | |
template<class Evaluation > | |
static Evaluation | liquidViscosity (const Evaluation &temperature, const Evaluation &pressure) |
The dynamic viscosity ![]() | |
template<class Evaluation > | |
static Evaluation | liquidThermalConductivity (const Evaluation &temperature, const Evaluation &pressure) |
Thermal conductivity ![]() | |
template<class Evaluation > | |
static Evaluation | gasThermalConductivity (const Evaluation &temperature, const Evaluation &pressure) |
Thermal conductivity ![]() |
Material properties of pure water .
Scalar | The type used for scalar values |
See:
IAPWS: "Revised Release on the IAPWS Industrial Formulation 1997 for the Thermodynamic Properties of Water and Steam", http://www.iapws.org/relguide/IF97-Rev.pdf
static Evaluation Opm::H2O< Scalar >::gasDensity | ( | const Evaluation & | temperature, | |
const Evaluation & | pressure | |||
) | [inline, static] |
The density of steam in at a given pressure and temperature.
See:
IAPWS: "Revised Release on the IAPWS Industrial Formulation 1997 for the Thermodynamic Properties of Water and Steam", http://www.iapws.org/relguide/IF97-Rev.pdf
temperature | Absolute temperature of the fluid in ![]() | |
pressure | Phase pressure in ![]() |
Reimplemented from Opm::Component< Scalar, H2O< Scalar > >.
static Evaluation Opm::H2O< Scalar >::gasEnthalpy | ( | const Evaluation & | temperature, | |
const Evaluation & | pressure | |||
) | [inline, static] |
Specific enthalpy of water steam .
See:
IAPWS: "Revised Release on the IAPWS Industrial Formulation 1997 for the Thermodynamic Properties of Water and Steam", http://www.iapws.org/relguide/IF97-Rev.pdf
temperature | Absolute temperature of the fluid in ![]() | |
pressure | Phase pressure in ![]() |
Reimplemented from Opm::Component< Scalar, H2O< Scalar > >.
static Evaluation Opm::H2O< Scalar >::gasHeatCapacity | ( | const Evaluation & | temperature, | |
const Evaluation & | pressure | |||
) | [inline, static] |
Specific isobaric heat capacity of water steam .
See:
IAPWS: "Revised Release on the IAPWS Industrial Formulation 1997 for the Thermodynamic Properties of Water and Steam", http://www.iapws.org/relguide/IF97-Rev.pdf
temperature | Absolute temperature of the fluid in ![]() | |
pressure | Phase pressure in ![]() |
Reimplemented from Opm::Component< Scalar, H2O< Scalar > >.
static Evaluation Opm::H2O< Scalar >::gasHeatCapacityConstVolume | ( | const Evaluation & | temperature, | |
const Evaluation & | pressure | |||
) | [inline, static] |
Specific isochoric heat capacity of steam and water vapor .
See:
IAPWS: "Revised Release on the IAPWS Industrial Formulation 1997 for the Thermodynamic Properties of Water and Steam", http://www.iapws.org/relguide/IF97-Rev.pdf
temperature | Absolute temperature of the fluid in ![]() | |
pressure | Phase pressure in ![]() |
static Evaluation Opm::H2O< Scalar >::gasInternalEnergy | ( | const Evaluation & | temperature, | |
const Evaluation & | pressure | |||
) | [inline, static] |
Specific internal energy of steam and water vapor .
See:
IAPWS: "Revised Release on the IAPWS Industrial Formulation 1997 for the Thermodynamic Properties of Water and Steam", http://www.iapws.org/relguide/IF97-Rev.pdf
temperature | Absolute temperature of the fluid in ![]() | |
pressure | Phase pressure in ![]() |
Reimplemented from Opm::Component< Scalar, H2O< Scalar > >.
static Evaluation Opm::H2O< Scalar >::gasPressure | ( | const Evaluation & | temperature, | |
Scalar | density | |||
) | [inline, static] |
The pressure of steam in at a given density and temperature.
See:
IAPWS: "Revised Release on the IAPWS Industrial Formulation 1997 for the Thermodynamic Properties of Water and Steam", http://www.iapws.org/relguide/IF97-Rev.pdf
temperature | Absolute temperature of the fluid in ![]() | |
density | Density in ![]() |
static Evaluation Opm::H2O< Scalar >::gasThermalConductivity | ( | const Evaluation & | temperature, | |
const Evaluation & | pressure | |||
) | [inline, static] |
Thermal conductivity of water (IAPWS) .
Implementation taken from: freesteam - IAPWS-IF97 steam tables library Copyright (C) 2004-2009 John Pye
Appendix B: Recommended Interpolating equation for Industrial Use see http://www.iapws.org/relguide/thcond.pdf
temperature | Absolute temperature in K | |
pressure | Phase pressure of the phase in Pa |
Reimplemented from Opm::Component< Scalar, H2O< Scalar > >.
static Evaluation Opm::H2O< Scalar >::gasViscosity | ( | const Evaluation & | temperature, | |
const Evaluation & | pressure | |||
) | [inline, static] |
The dynamic viscosity of steam.
This method is only valid if pressure is below or at the vapor pressure of water.
See:
IAPWS: "Release on the IAPWS Formulation 2008 for the Viscosity of Ordinary Water Substance", http://www.iapws.org/relguide/visc.pdf
temperature | Absolute temperature of the fluid in ![]() | |
pressure | Phase pressure in ![]() |
Reimplemented from Opm::Component< Scalar, H2O< Scalar > >.
static Evaluation Opm::H2O< Scalar >::liquidDensity | ( | const Evaluation & | temperature, | |
const Evaluation & | pressure | |||
) | [inline, static] |
The density of pure water in at a given pressure and temperature.
See:
IAPWS: "Revised Release on the IAPWS Industrial Formulation 1997 for the Thermodynamic Properties of Water and Steam", http://www.iapws.org/relguide/IF97-Rev.pdf
temperature | Absolute temperature of the fluid in ![]() | |
pressure | Phase pressure in ![]() |
Reimplemented from Opm::Component< Scalar, H2O< Scalar > >.
static Evaluation Opm::H2O< Scalar >::liquidEnthalpy | ( | const Evaluation & | temperature, | |
const Evaluation & | pressure | |||
) | [inline, static] |
Specific enthalpy of liquid water .
See:
IAPWS: "Revised Release on the IAPWS Industrial Formulation 1997 for the Thermodynamic Properties of Water and Steam", http://www.iapws.org/relguide/IF97-Rev.pdf
temperature | Absolute temperature of the fluid in ![]() | |
pressure | Phase pressure in ![]() |
Reimplemented from Opm::Component< Scalar, H2O< Scalar > >.
static Evaluation Opm::H2O< Scalar >::liquidHeatCapacity | ( | const Evaluation & | temperature, | |
const Evaluation & | pressure | |||
) | [inline, static] |
Specific isobaric heat capacity of liquid water .
See:
IAPWS: "Revised Release on the IAPWS Industrial Formulation 1997 for the Thermodynamic Properties of Water and Steam", http://www.iapws.org/relguide/IF97-Rev.pdf
temperature | Absolute temperature of the fluid in ![]() | |
pressure | Phase pressure in ![]() |
Reimplemented from Opm::Component< Scalar, H2O< Scalar > >.
static Evaluation Opm::H2O< Scalar >::liquidHeatCapacityConstVolume | ( | const Evaluation & | temperature, | |
const Evaluation & | pressure | |||
) | [inline, static] |
Specific isochoric heat capacity of liquid water .
See:
IAPWS: "Revised Release on the IAPWS Industrial Formulation 1997 for the Thermodynamic Properties of Water and Steam", http://www.iapws.org/relguide/IF97-Rev.pdf
temperature | Absolute temperature of the fluid in ![]() | |
pressure | Phase pressure in ![]() |
static Evaluation Opm::H2O< Scalar >::liquidInternalEnergy | ( | const Evaluation & | temperature, | |
const Evaluation & | pressure | |||
) | [inline, static] |
Specific internal energy of liquid water .
See:
IAPWS: "Revised Release on the IAPWS Industrial Formulation 1997 for the Thermodynamic Properties of Water and Steam", http://www.iapws.org/relguide/IF97-Rev.pdf
temperature | Absolute temperature of the fluid in ![]() | |
pressure | Phase pressure in ![]() |
Reimplemented from Opm::Component< Scalar, H2O< Scalar > >.
static Evaluation Opm::H2O< Scalar >::liquidPressure | ( | const Evaluation & | temperature, | |
Scalar | density | |||
) | [inline, static] |
The pressure of liquid water in at a given density and temperature.
See:
IAPWS: "Revised Release on the IAPWS Industrial Formulation 1997 for the Thermodynamic Properties of Water and Steam", http://www.iapws.org/relguide/IF97-Rev.pdf
temperature | Absolute temperature of the fluid in ![]() | |
density | Density of the fluid in ![]() |
static Evaluation Opm::H2O< Scalar >::liquidThermalConductivity | ( | const Evaluation & | temperature, | |
const Evaluation & | pressure | |||
) | [inline, static] |
Thermal conductivity of water (IAPWS) .
Implementation taken from: freesteam - IAPWS-IF97 steam tables library Copyright (C) 2004-2009 John Pye
Appendix B: Recommended Interpolating equation for Industrial Use see http://www.iapws.org/relguide/thcond.pdf
temperature | Absolute temperature in K | |
pressure | Phase pressure of the phase in Pa |
Reimplemented from Opm::Component< Scalar, H2O< Scalar > >.
static Evaluation Opm::H2O< Scalar >::liquidViscosity | ( | const Evaluation & | temperature, | |
const Evaluation & | pressure | |||
) | [inline, static] |
The dynamic viscosity of pure water.
See:
IAPWS: "Release on the IAPWS Formulation 2008 for the Viscosity of Ordinary Water Substance", http://www.iapws.org/relguide/visc.pdf
temperature | Absolute temperature of the fluid in ![]() | |
pressure | Phase pressure in ![]() |
Reimplemented from Opm::Component< Scalar, H2O< Scalar > >.
static Evaluation Opm::H2O< Scalar >::vaporPressure | ( | Evaluation | temperature | ) | [inline, static] |
The vapor pressure in of pure water at a given temperature.
See:
IAPWS: "Revised Release on the IAPWS Industrial Formulation 1997 for the Thermodynamic Properties of Water and Steam", http://www.iapws.org/relguide/IF97-Rev.pdf
T | Absolute temperature of the system in ![]() |
static Evaluation Opm::H2O< Scalar >::vaporTemperature | ( | const Evaluation & | pressure | ) | [inline, static] |
The vapor temperature in of pure water at a given pressure.
See:
IAPWS: "Revised Release on the IAPWS Industrial Formulation 1997 for the Thermodynamic Properties of Water and Steam", http://www.iapws.org/relguide/IF97-Rev.pdf
pressure | Phase pressure in ![]() |