My Project
|
Implements the equations for region 4 of the IAPWS '97 formulation. More...
#include <Region4.hpp>
Static Public Member Functions | |
template<class Evaluation > | |
static Evaluation | saturationPressure (const Evaluation &temperature) |
Returns the saturation pressure in ![]() | |
template<class Evaluation > | |
static Evaluation | vaporTemperature (const Evaluation &pressure) |
Returns the saturation temperature in ![]() | |
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
|
inlinestatic |
Returns the saturation pressure in of pure water at a given temperature.
temperature | temperature of component in ![]() |
The saturation pressure is often also called vapor pressure.
|
inlinestatic |
Returns the saturation temperature in of pure water at a given pressure.
pressure | pressure of component in ![]() |
The saturation pressure is often also called vapor pressure.