Implements the equations for region 4 of the IAPWS '97 formulation. More...
#include <dumux/material/components/iapws/region4.hh>
Implements the equations for region 4 of the IAPWS '97 formulation.
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 Public Member Functions | |
static Scalar | saturationPressure (Scalar temperature) |
Returns the saturation pressure in \(\mathrm{[Pa]}\) of pure water at a given temperature. More... | |
static Scalar | vaporTemperature (Scalar pressure) |
Returns the saturation temperature in \(\mathrm{[K]}\) of pure water at a given pressure. More... | |
|
inlinestatic |
Returns the saturation pressure in \(\mathrm{[Pa]}\) of pure water at a given temperature.
temperature | temperature of component in \(\mathrm{[K]}\) |
The saturation pressure is often also called vapor pressure. This formulation is valid for a temperature range between 273.15 K and 647.096 K (critical temperature).
|
inlinestatic |
Returns the saturation temperature in \(\mathrm{[K]}\) of pure water at a given pressure.
pressure | pressure of component in \(\mathrm{[Pa]}\) |
The saturation pressure is often also called vapor pressure.