12 #ifndef CT_WATERPROPS_H 13 #define CT_WATERPROPS_H 19 class WaterPropsIAPWS;
138 static doublereal
density_T(doublereal T, doublereal P,
int ifunc);
163 doublereal
relEpsilon(doublereal T, doublereal P_pascal,
int ifunc = 0);
200 doublereal
ADebye(doublereal T, doublereal P,
int ifunc);
Class for calculating the equation of state of water.
This file contains definitions of terms that are used in internal routines and are unlikely to need m...
doublereal satPressure(doublereal T)
Returns the saturation pressure given the temperature.
doublereal isothermalCompressibility_IAPWS(doublereal T, doublereal P)
Returns the isothermal compressibility of water.
The WaterProps class is used to house several approximation routines for properties of water...
Class for the liquid water pressure dependent standard state.
WaterPropsIAPWS * m_waterIAPWS
Pointer to the WaterPropsIAPWS object.
doublereal density_IAPWS() const
Returns the density of water.
doublereal viscosityWater() const
Returns the viscosity of water at the current conditions (kg/m/s)
WaterProps()
Default constructor.
doublereal thermalConductivityWater() const
Returns the thermal conductivity of water at the current conditions (W/m/K)
doublereal ADebye(doublereal T, doublereal P, int ifunc)
ADebye calculates the value of A_Debye as a function of temperature and pressure according to relatio...
doublereal coeffThermalExp_IAPWS(doublereal T, doublereal P)
returns the coefficient of thermal expansion
doublereal relEpsilon(doublereal T, doublereal P_pascal, int ifunc=0)
Bradley-Pitzer equation for the dielectric constant of water as a function of temperature and pressur...
Namespace for the Cantera kernel.
static doublereal density_T(doublereal T, doublereal P, int ifunc)
Simple calculation of water density at atmospheric pressure.
bool m_own_sub
true if we own the WaterPropsIAPWS object