17 const int LVISC_CONSTANT = 0;
18 const int LVISC_WILKES = 1;
19 const int LVISC_MIXTUREAVG = 2;
21 const int LDIFF_MIXDIFF_UNCORRECTED = 0;
22 const int LDIFF_MIXDIFF_FLUXCORRECTED = 1;
23 const int LDIFF_MULTICOMP_STEFANMAXWELL = 2;
virtual doublereal viscosity()
Returns the viscosity of water at the current conditions (kg/m/s)
Class for calculating the equation of state of water.
Base class for transport property managers.
Transport Parameters for pure water.
virtual doublereal bulkViscosity()
The bulk viscosity in Pa-s.
WaterTransport(thermo_t *thermo=0, int ndim=1)
default constructor
virtual std::string transportType() const
Identifies the Transport object type.
Base class for a phase with thermodynamic properties.
Header file defining class LiquidTransportParams.
The WaterProps class is used to house several approximation routines for properties of water...
Class for the liquid water pressure dependent standard state.
PDSS_Water * m_waterPDSS
Pressure dependent standard state object for water.
WaterPropsIAPWS * m_sub
Pointer to the WaterPropsIAPWS object, which does the actual calculations for the real equation of st...
void initTP()
Routine to do some common initializations at the start of using this routine.
WaterProps * m_waterProps
Pointer to the WaterProps object.
Namespace for the Cantera kernel.
virtual doublereal thermalConductivity()
Returns the thermal conductivity of water at the current conditions (W/m/K)
Headers for a class for calculating the equation of state of water from the IAPWS 1995 Formulation ba...