WaterUtils.hpp
36 auto waterDensityWagnerPruss(Temperature T, Pressure P, StateOfMatter stateofmatter) -> ThermoScalar;
auto waterLiquidDensityWagnerPruss(Temperature T, Pressure P) -> ThermoScalar
Calculate the density of liquid water using the Wagner and Pruss (1995) equation of state.
Definition: WaterUtils.cpp:107
auto waterDensityHGK(Temperature T, Pressure P, StateOfMatter stateofmatter) -> ThermoScalar
Calculate the density of water using the Haar–Gallagher–Kell (1984) equation of state.
Definition: WaterUtils.cpp:87
StateOfMatter
A type to define the possible states of matter of a phase or substance.
Definition: StateOfMatter.hpp:24
auto waterVaporDensityWagnerPruss(Temperature T, Pressure P) -> ThermoScalar
Calculate the density of vapor water using the Wagner and Pruss (1995) equation of state.
Definition: WaterUtils.cpp:112
The namespace containing all components of the Reaktoro library.
Definition: ChemicalScalar.hpp:24
auto waterVaporDensityHGK(Temperature T, Pressure P) -> ThermoScalar
Calculate the density of vapor water using the Haar–Gallagher–Kell (1984) equation of state.
Definition: WaterUtils.cpp:97
auto waterLiquidDensityHGK(Temperature T, Pressure P) -> ThermoScalar
Calculate the density of liquid water using the Haar–Gallagher–Kell (1984) equation of state.
Definition: WaterUtils.cpp:92
auto waterDensityWagnerPruss(Temperature T, Pressure P, StateOfMatter stateofmatter) -> ThermoScalar
Calculate the density of water using the Wagner and Pruss (1995) equation of state.
Definition: WaterUtils.cpp:102
auto waterPressureHGK(Temperature T, ThermoScalar D) -> ThermoScalar
Calculate the pressure of water using the Haar–Gallagher–Kell (1984) equation of state.
Definition: WaterUtils.cpp:124
auto waterSaturatedPressureWagnerPruss(Temperature T) -> ThermoScalar
Calculate the saturated pressure of water using the Wagner and Pruss (1995) equation of state.
Definition: WaterUtils.cpp:134
auto waterSaturatedVapourDensityWagnerPruss(Temperature T) -> ThermoScalar
Calculate the saturated vapour-density of water using the Wagner and Pruss (1995) equation of state.
Definition: WaterUtils.cpp:179
auto waterSaturatedLiquidDensityWagnerPruss(Temperature T) -> ThermoScalar
Calculate the saturated liquid-density of water using the Wagner and Pruss (1995) equation of state.
Definition: WaterUtils.cpp:156
auto waterPressureWagnerPruss(Temperature T, ThermoScalar D) -> ThermoScalar
Calculate the pressure of water using the Wagner and Pruss (1995) equation of state.
Definition: WaterUtils.cpp:129
ThermoScalarBase< double > ThermoScalar
A type that defines a scalar thermo property.
Definition: ScalarTypes.hpp:40