10 #ifndef CT_WATERSSTP_H
11 #define CT_WATERSSTP_H
20 class WaterPropsIAPWS;
130 explicit WaterSSTP(
const std::string& inputFile,
const std::string&
id =
"");
142 virtual std::string
type()
const {
143 return "liquid-water-IAPWS95";
151 virtual doublereal
cv_mole()
const;
157 virtual doublereal
pressure()
const;
174 virtual void getCp_R(doublereal* cpr)
const;
228 virtual void setDensity(
const doublereal dens);
Header for the SingleSpeciesTP class, which is a filter class for ThermoPhase, that eases the constru...
Headers for a class for calculating the equation of state of water from the IAPWS 1995 Formulation ba...
Header for a class used to house several approximation routines for properties of water.
The SingleSpeciesTP class is a filter class for ThermoPhase.
Class for calculating the equation of state of water.
The WaterProps class is used to house several approximation routines for properties of water.
Class XML_Node is a tree-based representation of the contents of an XML file.
Namespace for the Cantera kernel.