WaterInterpolation.hpp
47 auto waterThermoPropsWagnerPrussInterp(real const& T, real const& P, StateOfMatter som) -> WaterThermoProps;
56 auto waterThermoPropsWagnerPrussInterpData(StateOfMatter som) -> Vec<Vec<WaterThermoProps>> const&;
The namespace containing all components of the Reaktoro library.
Definition: Algorithms.hpp:29
auto waterDensityWagnerPrussInterp(real const &T, real const &P, StateOfMatter som) -> real
Compute the density of water (in kg/m3) at given a temperature and pressure using quadratic interpola...
autodiff::real real
The number type used throughout the library.
Definition: Real.hpp:26
auto waterThermoPropsWagnerPrussInterp(real const &T, real const &P, StateOfMatter som) -> WaterThermoProps
Compute the thermodynamic properties of water at given a temperature and pressure using quadratic int...
StateOfMatter
The list of states of matter for phases.
Definition: StateOfMatter.hpp:27
auto waterThermoPropsWagnerPrussInterpData(StateOfMatter som) -> Vec< Vec< WaterThermoProps >> const &
Return the pre-computed thermodynamic properties of water using Wagner and Pruss (2002) equation of s...
Used to store thermodynamic properties of water.
Definition: WaterThermoProps.hpp:27