Home
last modified time | relevance | path

Searched refs:WaterProps (Results 1 – 11 of 11) sorted by relevance

/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/include/cantera/thermo/
H A DWaterProps.h99 class WaterProps
103 WaterProps();
109 WaterProps(WaterPropsIAPWS* wptr);
115 WaterProps(PDSS_Water* wptr);
118 WaterProps(const WaterProps& b) = delete;
119 WaterProps& operator=(const WaterProps& b) = delete;
120 virtual ~WaterProps();
H A DWaterSSTP.h21 class WaterProps; variable
237 WaterProps* getWaterProps() { in getWaterProps()
267 std::unique_ptr<WaterProps> m_waterProps;
H A DPDSS_Water.h147 WaterProps* getWaterProps() { in getWaterProps()
171 WaterProps m_waterProps;
H A DDebyeHuckel.h43 class WaterProps; variable
1072 std::unique_ptr<WaterProps> m_waterProps;
H A DHMWSoln.h62 class WaterProps; variable
1759 std::unique_ptr<WaterProps> m_waterProps;
H A DPDSS_HKFT.h268 std::unique_ptr<WaterProps> m_waterProps;
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/thermo/
H A DWaterProps.cpp15 WaterProps::WaterProps(): in WaterProps() function in Cantera::WaterProps
24 WaterProps::WaterProps(PDSS_Water* wptr) : in WaterProps() function in Cantera::WaterProps
38 WaterProps::WaterProps(WaterPropsIAPWS* waterIAPWS) : in WaterProps() function in Cantera::WaterProps
51 WaterProps::~WaterProps() in ~WaterProps()
58 doublereal WaterProps::density_T(doublereal T, doublereal P, int ifunc) in density_T()
106 doublereal WaterProps::relEpsilon(doublereal T, doublereal P_pascal, in relEpsilon()
158 doublereal WaterProps::ADebye(doublereal T, doublereal P_input, int ifunc) in ADebye()
231 doublereal WaterProps::satPressure(doublereal T) in satPressure()
236 doublereal WaterProps::density_IAPWS(doublereal temp, doublereal press) in density_IAPWS()
241 doublereal WaterProps::density_IAPWS() const in density_IAPWS()
[all …]
H A DWaterSSTP.cpp99 m_waterProps.reset(new WaterProps(&m_sub)); in initThermo()
H A DPDSS_HKFT.cpp299 m_waterProps.reset(new WaterProps(m_waterSS)); in initThermo()
H A DDebyeHuckel.cpp587 m_waterProps.reset(new WaterProps(m_waterSS)); in initThermo()
H A DHMWSoln.cpp732 m_waterProps.reset(new WaterProps(dynamic_cast<PDSS_Water*>(m_waterSS))); in initThermo()