Home
last modified time | relevance | path

Searched refs:WaterPropsIAPWS (Results 1 – 7 of 7) sorted by relevance

/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/thermo/
H A DWaterPropsIAPWS.cpp38 WaterPropsIAPWS::WaterPropsIAPWS() : in WaterPropsIAPWS() function in Cantera::WaterPropsIAPWS
62 doublereal WaterPropsIAPWS::helmholtzFE() const in helmholtzFE()
70 doublereal WaterPropsIAPWS::pressure() const in pressure()
192 doublereal WaterPropsIAPWS::density() const in density()
247 doublereal WaterPropsIAPWS::dpdrho() const in dpdrho()
267 doublereal WaterPropsIAPWS::Gibbs() const in Gibbs()
586 doublereal WaterPropsIAPWS::enthalpy() const in enthalpy()
593 doublereal WaterPropsIAPWS::intEnergy() const in intEnergy()
600 doublereal WaterPropsIAPWS::entropy() const in entropy()
606 doublereal WaterPropsIAPWS::cv() const in cv()
[all …]
H A DWaterProps.cpp20 m_waterIAPWS = new WaterPropsIAPWS(); in WaterProps()
33 m_waterIAPWS = new WaterPropsIAPWS(); in WaterProps()
38 WaterProps::WaterProps(WaterPropsIAPWS* waterIAPWS) : in WaterProps()
46 m_waterIAPWS = new WaterPropsIAPWS(); in WaterProps()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/include/cantera/thermo/
H A DWaterPropsIAPWS.h162 class WaterPropsIAPWS
166 WaterPropsIAPWS();
168 WaterPropsIAPWS(const WaterPropsIAPWS& right) = delete;
169 WaterPropsIAPWS& operator=(const WaterPropsIAPWS& right) = delete;
H A DWaterProps.h19 class WaterPropsIAPWS; variable
109 WaterProps(WaterPropsIAPWS* wptr);
246 WaterPropsIAPWS* m_waterIAPWS;
H A DWaterSSTP.h20 class WaterPropsIAPWS; variable
232 WaterPropsIAPWS* getWater() { in getWater()
259 mutable WaterPropsIAPWS m_sub;
H A DPDSS_Water.h142 WaterPropsIAPWS* getWater() { in getWater()
161 mutable WaterPropsIAPWS m_sub;
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/test/thermo/
H A Dwater_iapws.cpp65 WaterPropsIAPWS water;