3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Static Public Member Functions | List of all members
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 >

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

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. More...
 
static Scalar vaporTemperature (Scalar pressure)
 Returns the saturation temperature in \(\mathrm{[K]}\) of pure water at a given pressure. More...
 

Member Function Documentation

◆ saturationPressure()

template<class Scalar >
static Scalar Dumux::IAPWS::Region4< Scalar >::saturationPressure ( Scalar  temperature)
inlinestatic

Returns the saturation pressure in \(\mathrm{[Pa]}\) of pure water at a given temperature.

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

Returns the saturation temperature in \(\mathrm{[K]}\) of pure water at a given pressure.

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: