19 WaterTransport::WaterTransport(
thermo_t* thermo,
int ndim) :
31 WaterTransport& WaterTransport::operator=(
const WaterTransport& right)
36 Transport::operator=(right);
59 "Expectation is that ThermoPhase be a VPStandardStateTP");
72 "Expectation is that first species be water with a PDSS_Water object");
virtual doublereal viscosity()
Returns the viscosity of water at the current conditions (kg/m/s)
Header file defining class WaterTransport.
doublereal viscosityWater() const
Returns the viscosity of water at the current conditions (kg/m/s)
Headers for the Transport object, which is the virtual base class for all transport property evaluato...
thermo_t * m_thermo
pointer to the object representing the phase
Implementation of a pressure dependent standard state virtual function for a Pure Water Phase (see Sp...
This file contains definitions of terms that are used in internal routines and are unlikely to need m...
Base class for transport property managers.
Transport Parameters for pure water.
Header for a class used to house several approximation routines for properties of water...
WaterTransport(thermo_t *thermo=0, int ndim=1)
default constructor
Base class for a phase with thermodynamic properties.
Header file defining class LiquidTransportParams.
virtual Transport * duplMyselfAsTransport() const
Duplication routine for objects which inherit from Transport.
WaterPropsIAPWS * getWater()
Get a pointer to a changeable WaterPropsIAPWS object.
Class for the liquid water pressure dependent standard state.
WaterProps * getWaterProps()
Get a pointer to a changeable WaterPropsIAPWS object.
PDSS_Water * m_waterPDSS
Pressure dependent standard state object for water.
doublereal thermalConductivityWater() const
Returns the thermal conductivity of water at the current conditions (W/m/K)
Base class for exceptions thrown by Cantera classes.
This is a filter class for ThermoPhase that implements some prepatory steps for efficiently handling ...
#define AssertTrace(expr)
Assertion must be true or an error is thrown.
Header file for a derived class of ThermoPhase that handles variable pressure standard state methods ...
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.
Headers for the DenseMatrix object, which deals with dense rectangular matrices and description of th...
WaterProps * m_waterProps
Pointer to the WaterProps object.
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...