|
| template<class Evaluation > |
| static bool | isValid (const Evaluation &temperature, const Evaluation &pressure) |
| | Returns true if IAPWS region 1 applies for a (temperature in , pressure in ) pair. More...
|
| |
| template<class Evaluation > |
| static Evaluation | tau (const Evaluation &temperature) |
| | Returns the reduced temperature for IAPWS region 1. More...
|
| |
| template<class Evaluation > |
| static Evaluation | dtau_dT (const Evaluation &temperature) |
| | Returns the derivative of the reduced temperature to the temperature for IAPWS region 1 in . More...
|
| |
| template<class Evaluation > |
| static Evaluation | pi (const Evaluation &pressure) |
| | Returns the reduced pressure for IAPWS region 1. More...
|
| |
| template<class Evaluation > |
| static Scalar | dpi_dp (const Evaluation &) |
| | Returns the derivative of the reduced pressure to the pressure for IAPWS region 1 in . More...
|
| |
| template<class Evaluation > |
| static Scalar | dp_dpi (const Evaluation &) |
| | Returns the derivative of the pressure to the reduced pressure for IAPWS region 1 in . More...
|
| |
| template<class Evaluation > |
| static Evaluation | gamma (const Evaluation &temperature, const Evaluation &pressure) |
| | The Gibbs free energy (dimensionless) for IAPWS region 1 (i.e. More...
|
| |
| template<class Evaluation > |
| static Evaluation | dgamma_dtau (const Evaluation &temperature, const Evaluation &pressure) |
| | The partial derivative of the Gibbs free energy to the normalized temperature for IAPWS region 1 (i.e. More...
|
| |
| template<class Evaluation > |
| static Evaluation | dgamma_dpi (const Evaluation &temperature, const Evaluation &pressure) |
| | The partial derivative of the Gibbs free energy to the normalized pressure for IAPWS region 1 (i.e. More...
|
| |
| template<class Evaluation > |
| static Evaluation | ddgamma_dtaudpi (const Evaluation &temperature, const Evaluation &pressure) |
| | The partial derivative of the Gibbs free energy to the normalized pressure and to the normalized temperature for IAPWS region 1 (i.e. More...
|
| |
| template<class Evaluation > |
| static Evaluation | ddgamma_ddpi (const Evaluation &temperature, const Evaluation &pressure) |
| | The second partial derivative of the Gibbs free energy to the normalized pressure for IAPWS region 1 (i.e. More...
|
| |
| template<class Evaluation > |
| static Evaluation | ddgamma_ddtau (const Evaluation &temperature, const Evaluation &pressure) |
| | The second partial derivative of the Gibbs free energy to the normalized temperature for IAPWS region 1 (i.e. More...
|
| |
template<class Scalar>
class Opm::IAPWS::Region1< Scalar >
Implements the equations for region 1 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
template<class Scalar >
template<class Evaluation >
| static Evaluation Opm::IAPWS::Region1< Scalar >::ddgamma_dtaudpi |
( |
const Evaluation & |
temperature, |
|
|
const Evaluation & |
pressure |
|
) |
| |
|
inlinestatic |
The partial derivative of the Gibbs free energy to the normalized pressure and to the normalized temperature for IAPWS region 1 (i.e.
liquid water) (dimensionless).
- Parameters
-
| temperature | temperature of component in |
| pressure | pressure of component in ![$\mathrm{[Pa]}$](form_4.png) |
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