version 3.9.0
Loading...
Searching...
No Matches
Dumux::IAPWS::Region4< Scalar > Class Template Reference

Implements the equations for region 4 of the IAPWS '97 formulation. More...

#include <dumux/material/components/iapws/region4.hh>

Description

template<class Scalar>
class Dumux::IAPWS::Region4< Scalar >
Template Parameters
ScalarThe 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.
 
static Scalar vaporTemperature (Scalar pressure)
 Returns the saturation temperature in \(\mathrm{[K]}\) of pure water at a given pressure.
 

Member Function Documentation

◆ saturationPressure()

template<class Scalar >
static Scalar Dumux::IAPWS::Region4< Scalar >::saturationPressure ( Scalar temperature)
inlinestatic
Parameters
temperaturetemperature 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()

template<class Scalar >
static Scalar Dumux::IAPWS::Region4< Scalar >::vaporTemperature ( Scalar pressure)
inlinestatic
Parameters
pressurepressure 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: