Implements the equations for region 2 of the IAPWS '97 formulation.
More...
#include <dumux/material/components/iapws/region2.hh>
template<class Scalar>
class Dumux::IAPWS::Region2< Scalar >
Implements the equations for region 2 of the IAPWS '97 formulation.
- Template Parameters
-
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 void | checkValidityRange (Scalar temperature, Scalar pressure, const std::string &propertyName="This property") |
| Returns true if IAPWS region 2 applies for a (temperature, pressure) pair. More...
|
|
static constexpr Scalar | tau (Scalar temperature) |
| Returns the reduced temperature (dimensionless) for IAPWS region 2. More...
|
|
static constexpr Scalar | dTau_dt (Scalar temperature) |
| Returns the derivative of the reduced temperature to the temperature for IAPWS region 2. More...
|
|
static constexpr Scalar | pi (Scalar pressure) |
| Returns the reduced pressure (dimensionless) for IAPWS region 2. More...
|
|
static constexpr Scalar | dPi_dp (Scalar pressure) |
| Returns the derivative of the reduced pressure to the pressure for IAPWS region 2 in \(\mathrm{[1/Pa]}\). More...
|
|
static constexpr Scalar | dp_dPi (Scalar pressure) |
| Returns the derivative of the pressure to the reduced pressure for IAPWS region 2 (dimensionless). More...
|
|
static Scalar | gamma (Scalar temperature, Scalar pressure) |
| The Gibbs free energy for IAPWS region 2 (i.e. sub-critical steam) (dimensionless). More...
|
|
static Scalar | dGamma_dTau (Scalar temperature, Scalar pressure) |
| The partial derivative of the Gibbs free energy to the normalized temperature for IAPWS region 2 (i.e. sub-critical steam) dimensionless). More...
|
|
static Scalar | dGamma_dPi (Scalar temperature, Scalar pressure) |
| The partial derivative of the Gibbs free energy to the normalized pressure for IAPWS region 2 (i.e. sub-critical steam) (dimensionless). More...
|
|
static Scalar | ddGamma_dTaudPi (Scalar temperature, Scalar pressure) |
| The partial derivative of the Gibbs free energy to the normalized pressure and to the normalized temperature for IAPWS region 2 (i.e. sub-critical steam) (dimensionless). More...
|
|
static Scalar | ddGamma_ddPi (Scalar temperature, Scalar pressure) |
| The second partial derivative of the Gibbs free energy to the normalized pressure for IAPWS region 2 (i.e. sub-critical steam) (dimensionless). More...
|
|
static Scalar | ddGamma_ddTau (Scalar temperature, Scalar pressure) |
| The second partial derivative of the Gibbs free energy to the normalized temperature for IAPWS region 2 (i.e. sub-critical steam) (dimensionless). More...
|
|
◆ checkValidityRange()
template<class Scalar >
static void Dumux::IAPWS::Region2< Scalar >::checkValidityRange |
( |
Scalar |
temperature, |
|
|
Scalar |
pressure, |
|
|
const std::string & |
propertyName = "This property" |
|
) |
| |
|
inlinestatic |
Returns true if IAPWS region 2 applies for a (temperature, pressure) pair.
- Parameters
-
temperature | temperature of component in \(\mathrm{[K]}\) |
pressure | pressure of component in \(\mathrm{[Pa]}\) |
propertyName | the name for which property the check is performed |
◆ ddGamma_ddPi()
The second partial derivative of the Gibbs free energy to the normalized pressure for IAPWS region 2 (i.e. sub-critical steam) (dimensionless).
- Parameters
-
temperature | temperature of component in \(\mathrm{[K]}\) |
pressure | pressure of component in \(\mathrm{[Pa]}\) |
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
◆ ddGamma_ddTau()
The second partial derivative of the Gibbs free energy to the normalized temperature for IAPWS region 2 (i.e. sub-critical steam) (dimensionless).
- Parameters
-
temperature | temperature of component in \(\mathrm{[K]}\) |
pressure | pressure of component in \(\mathrm{[Pa]}\) |
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
◆ ddGamma_dTaudPi()
The partial derivative of the Gibbs free energy to the normalized pressure and to the normalized temperature for IAPWS region 2 (i.e. sub-critical steam) (dimensionless).
- Parameters
-
temperature | temperature of component in \(\mathrm{[K]}\) |
pressure | pressure of component in \(\mathrm{[Pa]}\) |
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
◆ dGamma_dPi()
The partial derivative of the Gibbs free energy to the normalized pressure for IAPWS region 2 (i.e. sub-critical steam) (dimensionless).
- Parameters
-
temperature | temperature of component in \(\mathrm{[K]}\) |
pressure | pressure of component in \(\mathrm{[Pa]}\) |
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
◆ dGamma_dTau()
The partial derivative of the Gibbs free energy to the normalized temperature for IAPWS region 2 (i.e. sub-critical steam) dimensionless).
- Parameters
-
temperature | temperature of component in \(\mathrm{[K]}\) |
pressure | pressure of component in \(\mathrm{[Pa]}\) |
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
◆ dp_dPi()
Returns the derivative of the pressure to the reduced pressure for IAPWS region 2 (dimensionless).
- Parameters
-
pressure | pressure of component in \(\mathrm{[Pa]}\) |
◆ dPi_dp()
Returns the derivative of the reduced pressure to the pressure for IAPWS region 2 in \(\mathrm{[1/Pa]}\).
- Parameters
-
pressure | pressure of component in \(\mathrm{[Pa]}\) |
◆ dTau_dt()
Returns the derivative of the reduced temperature to the temperature for IAPWS region 2.
- Parameters
-
temperature | temperature of component in \(\mathrm{[K]}\) |
◆ gamma()
The Gibbs free energy for IAPWS region 2 (i.e. sub-critical steam) (dimensionless).
- Parameters
-
temperature | temperature of component in \(\mathrm{[K]}\) |
pressure | pressure of component in \(\mathrm{[Pa]}\) |
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
◆ pi()
Returns the reduced pressure (dimensionless) for IAPWS region 2.
- Parameters
-
pressure | pressure of component in \(\mathrm{[Pa]}\) |
◆ tau()
Returns the reduced temperature (dimensionless) for IAPWS region 2.
- Parameters
-
temperature | temperature of component in \(\mathrm{[K]}\) |
The documentation for this class was generated from the following file: