WaterThermoPropsUtils.hpp
45 auto waterThermoPropsHGKMemoized(real const& T, real const& P, StateOfMatter som) -> WaterThermoProps;
57 auto waterThermoPropsWagnerPruss(real const& T, real const& P, StateOfMatter som) -> WaterThermoProps;
62 auto waterThermoPropsWagnerPrussMemoized(real const& T, real const& P, StateOfMatter som) -> WaterThermoProps;
67 auto waterThermoPropsWagnerPrussInterpMemoized(real const& T, real const& P, StateOfMatter som) -> WaterThermoProps;
78 auto waterThermoProps(real const& T, real const& P, WaterHelmholtzProps const& whp) -> WaterThermoProps;
The namespace containing all components of the Reaktoro library.
Definition: Algorithms.hpp:29
auto waterThermoPropsHGKMemoized(real const &T, real const &P, StateOfMatter som) -> WaterThermoProps
Calculate the thermodynamic properties of water using the Haar-Gallagher-Kell (1984) equation of stat...
auto waterThermoProps(real const &T, real const &P, WaterHelmholtzProps const &whp) -> WaterThermoProps
Calculate the thermodynamic properties of water.
autodiff::real real
The number type used throughout the library.
Definition: Real.hpp:26
auto waterThermoPropsWagnerPrussInterpMemoized(real const &T, real const &P, StateOfMatter som) -> WaterThermoProps
Calculate the thermodynamic properties of water using interpolation of pre-computed properties using ...
auto waterThermoPropsWagnerPrussMemoized(real const &T, real const &P, StateOfMatter som) -> WaterThermoProps
Calculate the thermodynamic properties of water using the Wagner and Pruss (1995) equation of state.
auto waterThermoPropsWagnerPruss(real const &T, real const &P, StateOfMatter som) -> WaterThermoProps
Calculate the thermodynamic properties of water using the Wagner and Pruss (1995) equation of state.
StateOfMatter
The list of states of matter for phases.
Definition: StateOfMatter.hpp:27
auto waterThermoPropsHGK(real const &T, real const &P, StateOfMatter som) -> WaterThermoProps
Calculate the thermodynamic properties of water using the Haar-Gallagher-Kell (1984) equation of stat...
Definition: WaterHelmholtzProps.hpp:26
Used to store thermodynamic properties of water.
Definition: WaterThermoProps.hpp:27