Implements the equations for region 4 of the IAPWS '97 formulation.  
 More...
#include <dumux/material/components/iapws/region4.hh>
template<class Scalar>
class Dumux::IAPWS::Region4< Scalar >
- 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 Scalar | saturationPressure (Scalar temperature) | 
|  | Returns the saturation pressure in \(\mathrm{[Pa]}\) of pure water at a given temperature. 
 | 
|  | 
| static Scalar | vaporTemperature (Scalar pressure) | 
|  | Returns the saturation temperature in \(\mathrm{[K]}\) of pure water at a given pressure. 
 | 
|  | 
◆ saturationPressure()
- Parameters
- 
  
    | 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). 
 
 
◆ vaporTemperature()
- Parameters
- 
  
    | pressure | pressure of component in \(\mathrm{[Pa]}\) |  
 
The saturation pressure is often also called vapor pressure. 
 
 
The documentation for this class was generated from the following file: