10 #ifndef CT_WATERSSTP_H 11 #define CT_WATERSSTP_H 20 class WaterPropsIAPWS;
129 explicit WaterSSTP(
const std::string& inputFile,
const std::string&
id =
"");
140 "To be removed after Cantera 2.3.");
143 virtual std::string
type()
const {
150 virtual doublereal
cv_mole()
const;
156 virtual doublereal
pressure()
const;
173 virtual void getCp_R(doublereal* cpr)
const;
227 virtual void setDensity(
const doublereal dens);
Class for calculating the equation of state of water.
Class XML_Node is a tree-based representation of the contents of an XML file.
void warn_deprecated(const std::string &method, const std::string &extra)
Print a warning indicating that method is deprecated.
Header for a class used to house several approximation routines for properties of water...
Base class for a phase with thermodynamic properties.
The WaterProps class is used to house several approximation routines for properties of water...
Header for the SingleSpeciesTP class, which is a filter class for ThermoPhase, that eases the constru...
Namespace for the Cantera kernel.
The SingleSpeciesTP class is a filter class for ThermoPhase.
Headers for a class for calculating the equation of state of water from the IAPWS 1995 Formulation ba...