WaterThermoStateUtils.hpp
39 auto waterThermoStateHGK(Temperature T, Pressure P, StateOfMatter stateofmatter) -> WaterThermoState;
50 auto waterThermoStateWagnerPruss(Temperature T, Pressure P, StateOfMatter stateofmatter) -> WaterThermoState;
61 auto waterThermoState(Temperature T, Pressure P, const WaterHelmholtzState& whs) -> WaterThermoState;
StateOfMatter
A type to define the possible states of matter of a phase or substance.
Definition: StateOfMatter.hpp:24
The namespace containing all components of the Reaktoro library.
Definition: ChemicalScalar.hpp:24
auto waterThermoStateWagnerPruss(Temperature T, Pressure P, StateOfMatter stateofmatter) -> WaterThermoState
Calculate the thermodynamic state of water using the Wagner and Pruss (1995) equation of state.
Definition: WaterThermoStateUtils.cpp:39
auto waterThermoState(Temperature T, Pressure P, const WaterHelmholtzState &whs) -> WaterThermoState
Calculate the thermodynamic state of water.
Definition: WaterThermoStateUtils.cpp:46
auto waterThermoStateHGK(Temperature T, Pressure P, StateOfMatter stateofmatter) -> WaterThermoState
Calculate the thermodynamic state of water using the Haar–Gallagher–Kell (1984) equation of state.
Definition: WaterThermoStateUtils.cpp:32