Material properties of pure water \(H_2O\). More...
#include <dumux/material/components/h2o.hh>
| 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 [IAPWS1997]
| Public Types | |
| using | Scalar | 
| export the scalar type used by the component | |
| Static Public Member Functions | |
| static std::string | name () | 
| A human readable name for the water. | |
| static constexpr Scalar | molarMass () | 
| The molar mass in \(\mathrm{[kg/mol]}\) of water. | |
| static constexpr Scalar | acentricFactor () | 
| The acentric factor \(\mathrm{[-]}\) of water. | |
| static constexpr Scalar | criticalTemperature () | 
| Returns the critical temperature \(\mathrm{[K]}\) of water. | |
| static constexpr Scalar | criticalPressure () | 
| Returns the critical pressure \(\mathrm{[Pa]}\) of water. | |
| static constexpr Scalar | criticalMolarVolume () | 
| Returns the molar volume \(\mathrm{[m^3/mol]}\) of water at the critical point. | |
| static constexpr Scalar | tripleTemperature () | 
| Returns the temperature \(\mathrm{[K]}\) at water's triple point. | |
| static constexpr Scalar | triplePressure () | 
| Returns the pressure \(\mathrm{[Pa]}\) at water's triple point. | |
| static Scalar | vaporPressure (Scalar T) | 
| The vapor pressure in \(\mathrm{[Pa]}\) of pure water at a given temperature. | |
| static Scalar | vaporTemperature (Scalar pressure) | 
| The vapor temperature in \(\mathrm{[K]}\) of pure water at a given pressure. | |
| static const Scalar | gasEnthalpy (Scalar temperature, Scalar pressure) | 
| Specific enthalpy of water steam \(\mathrm{[J/kg]}\). | |
| static const Scalar | liquidEnthalpy (Scalar temperature, Scalar pressure) | 
| Specific enthalpy of liquid water \(\mathrm{[J/kg]}\). | |
| static const Scalar | gasHeatCapacity (Scalar temperature, Scalar pressure) | 
| Specific isobaric heat capacity of water steam \(\mathrm{[J/(kg*K)}\). | |
| static const Scalar | liquidHeatCapacity (Scalar temperature, Scalar pressure) | 
| Specific isobaric heat capacity of liquid water \(\mathrm{[J/(kg*K)]}\). | |
| static const Scalar | liquidInternalEnergy (Scalar temperature, Scalar pressure) | 
| Specific internal energy of liquid water \(\mathrm{[J/kg]}\). | |
| static Scalar | gasInternalEnergy (Scalar temperature, Scalar pressure) | 
| Specific internal energy of steam and water vapor \(\mathrm{[J/kg]}\). | |
| static const Scalar | liquidHeatCapacityConstVolume (Scalar temperature, Scalar pressure) | 
| Specific isochoric heat capacity of liquid water \(\mathrm{[J/(m^3*K)]}\). | |
| static Scalar | gasHeatCapacityConstVolume (Scalar temperature, Scalar pressure) | 
| Specific isochoric heat capacity of steam and water vapor \(\mathrm{[J/(kg*K)}\). | |
| static constexpr bool | gasIsCompressible () | 
| Returns true if the gas phase is assumed to be compressible. | |
| static constexpr bool | liquidIsCompressible () | 
| Returns true if the liquid phase is assumed to be compressible. | |
| static Scalar | gasDensity (Scalar temperature, Scalar pressure) | 
| The density of steam in \(\mathrm{[kg/m^3]}\) at a given pressure and temperature. | |
| static Scalar | gasMolarDensity (Scalar temperature, Scalar pressure) | 
| The molar density of steam in \(\mathrm{[mol/m^3]}\) at a given pressure and temperature. | |
| static constexpr bool | gasIsIdeal () | 
| Returns true if the gas phase is assumed to be ideal. | |
| static Scalar | gasPressure (Scalar temperature, Scalar density) | 
| The pressure of steam in \(\mathrm{[Pa]}\) at a given density and temperature. | |
| static Scalar | liquidDensity (Scalar temperature, Scalar pressure) | 
| The density of pure water in \(\mathrm{[kg/m^3]}\) at a given pressure and temperature. | |
| static Scalar | liquidMolarDensity (Scalar temperature, Scalar pressure) | 
| The molar density of water in \(\mathrm{[mol/m^3]}\) at a given pressure and temperature. | |
| static Scalar | liquidPressure (Scalar temperature, Scalar density) | 
| The pressure of liquid water in \(\mathrm{[Pa]}\) at a given density and temperature. | |
| static Scalar | gasViscosity (Scalar temperature, Scalar pressure) | 
| The dynamic viscosity \(\mathrm{[Pa*s]}\) of steam. | |
| static Scalar | liquidViscosity (Scalar temperature, Scalar pressure) | 
| The dynamic viscosity \(\mathrm{[Pa*s]}\) of pure water. | |
| static Scalar | liquidThermalConductivity (Scalar temperature, Scalar pressure) | 
| Thermal conductivity \(\mathrm{[[W/(m*K)]}\) of water (IAPWS) . | |
| static Scalar | gasThermalConductivity (const Scalar temperature, const Scalar pressure) | 
| Thermal conductivity \(\mathrm{[[W/(m*K)]}\) of steam (IAPWS) . | |
| static void | init (Scalar tempMin, Scalar tempMax, unsigned nTemp, Scalar pressMin, Scalar pressMax, unsigned nPress) | 
| A default routine for initialization, not needed for components and must not be called. | |
| static constexpr bool | liquidViscosityIsConstant () | 
| Returns true if the liquid phase viscostiy is constant. | |
| static constexpr bool | gasViscosityIsConstant () | 
| Returns true if the gas phase viscostiy is constant. | |
| Static Public Attributes | |
| static constexpr bool | isTabulated | 
| if the component relies on tabulated values | |
| 
 | inherited | 
| 
 | inlinestaticconstexpr | 
| 
 | inlinestaticconstexpr | 
| 
 | inlinestaticconstexpr | 
| 
 | inlinestaticconstexpr | 
| 
 | inlinestatic | 
| temperature | temperature of component in \(\mathrm{[K]}\) | 
| pressure | pressure of component in \(\mathrm{[Pa]}\) | 
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 [IAPWS1997]
| 
 | inlinestatic | 
| temperature | temperature of component in \(\mathrm{[K]}\) | 
| pressure | pressure of component in \(\mathrm{[Pa]}\) | 
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 [IAPWS1997]
| 
 | inlinestatic | 
| temperature | temperature of component in \(\mathrm{[K]}\) | 
| pressure | pressure of component in \(\mathrm{[Pa]}\) | 
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 [IAPWS1997]
| 
 | inlinestatic | 
| temperature | temperature of component in \(\mathrm{[K]}\) | 
| pressure | pressure of component in \(\mathrm{[Pa]}\) | 
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 [IAPWS1997]
| 
 | inlinestatic | 
| temperature | temperature of component in \(\mathrm{[K]}\) | 
| pressure | pressure of component in \(\mathrm{[Pa]}\) | 
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 [IAPWS1997]
| 
 | inlinestaticconstexpr | 
| 
 | inlinestaticconstexpr | 
| 
 | inlinestatic | 
| temperature | temperature of component in \(\mathrm{[K]}\) | 
| pressure | pressure of component in \(\mathrm{[Pa]}\) | 
| 
 | inlinestatic | 
| temperature | temperature of component in \(\mathrm{[K]}\) | 
| density | of component in \(\mathrm{[kg/m^3]}\) | 
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 [IAPWS1997]
| 
 | inlinestatic | 
Implementation taken from: freesteam - IAPWS-IF97 steam tables library copyright (C) 2004-2009 John Pye
See: IAPWS: "Release on the IAPWS Formulation 2011 for the Thermal Conductivity of Ordinary Water Substance", http://www.iapws.org/relguide/ThCond.pdf [IAPWS_ThCond]
| temperature | absolute temperature in \(\mathrm{[K]}\) | 
| pressure | of the phase in \(\mathrm{[Pa]}\) | 
| 
 | inlinestatic | 
| temperature | temperature of component in \(\mathrm{[K]}\) | 
| pressure | pressure of component in \(\mathrm{[Pa]}\) | 
We assume pure water vapor here. For water in a mixture of other gaseous components, consider the free function h2oGasViscosityInMixture.
We use the IAPWS Formulation, see: IAPWS: "Release on the IAPWS Formulation 2008 for the Viscosity of Ordinary Water Substance", http://www.iapws.org/relguide/visc.pdf [cooper2008] This method is only valid if pressure is below or at the vapor pressure of water.
| 
 | inlinestaticconstexprinherited | 
| 
 | inlinestaticinherited | 
| tempMin | The minimum of the temperature range in \(\mathrm{[K]}\) | 
| tempMax | The maximum of the temperature range in \(\mathrm{[K]}\) | 
| nTemp | The number of entries/steps within the temperature range | 
| pressMin | The minimum of the pressure range in \(\mathrm{[Pa]}\) | 
| pressMax | The maximum of the pressure range in \(\mathrm{[Pa]}\) | 
| nPress | The number of entries/steps within the pressure range | 
This function throws a warning when called: "No init routine defined - make sure that this is not necessary!"
| 
 | inlinestatic | 
| temperature | temperature of component in \(\mathrm{[K]}\) | 
| pressure | pressure of component in \(\mathrm{[Pa]}\) | 
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 [IAPWS1997]
| 
 | inlinestatic | 
| temperature | temperature of component in \(\mathrm{[K]}\) | 
| pressure | pressure of component in \(\mathrm{[Pa]}\) | 
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 [IAPWS1997]
| 
 | inlinestatic | 
| temperature | temperature of component in \(\mathrm{[K]}\) | 
| pressure | pressure of component in \(\mathrm{[Pa]}\) | 
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 [IAPWS1997]
| 
 | inlinestatic | 
| temperature | temperature of component in \(\mathrm{[K]}\) | 
| pressure | pressure of component in \(\mathrm{[Pa]}\) | 
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 [IAPWS1997]
| 
 | inlinestatic | 
| temperature | temperature of component in \(\mathrm{[K]}\) | 
| pressure | pressure of component in \(\mathrm{[Pa]}\) | 
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 [IAPWS1997]
| 
 | inlinestaticconstexpr | 
| 
 | inlinestatic | 
| temperature | temperature of component in \(\mathrm{[K]}\) | 
| pressure | pressure of component in \(\mathrm{[Pa]}\) | 
| 
 | inlinestatic | 
| temperature | temperature of component in \(\mathrm{[K]}\) | 
| density | density of component in \(\mathrm{[kg/m^3]}\) | 
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 [IAPWS1997]
| 
 | inlinestatic | 
Implementation taken from: freesteam - IAPWS-IF97 steam tables library copyright (C) 2004-2009 John Pye
See: IAPWS: "Release on the IAPWS Formulation 2011 for the Thermal Conductivity of Ordinary Water Substance", http://www.iapws.org/relguide/ThCond.pdf [IAPWS_ThCond]
| temperature | absolute temperature in \(\mathrm{[K]}\) | 
| pressure | of the phase in \(\mathrm{[Pa]}\) | 
| 
 | inlinestatic | 
| temperature | temperature of component in \(\mathrm{[K]}\) | 
| pressure | pressure of component in \(\mathrm{[Pa]}\) | 
See: IAPWS: "Release on the IAPWS Formulation 2008 for the Viscosity of Ordinary Water Substance", http://www.iapws.org/relguide/visc.pdf [cooper2008]
| 
 | inlinestaticconstexprinherited | 
| 
 | inlinestaticconstexpr | 
| 
 | inlinestatic | 
| 
 | inlinestaticconstexpr | 
| 
 | inlinestaticconstexpr | 
| 
 | inlinestatic | 
| T | temperature of component in \(\mathrm{[K]}\) | 
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 [IAPWS1997]
| 
 | inlinestatic | 
| pressure | pressure in \(\mathrm{[Pa]}\) | 
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 [IAPWS1997]
| 
 | staticconstexprinherited |