15 const int LVISC_CONSTANT = 0;
16 const int LVISC_WILKES = 1;
17 const int LVISC_MIXTUREAVG = 2;
19 const int LDIFF_MIXDIFF_UNCORRECTED = 0;
20 const int LDIFF_MIXDIFF_FLUXCORRECTED = 1;
21 const int LDIFF_MULTICOMP_STEFANMAXWELL = 2;
25 class TransportParams;
49 return cWaterTransport;
virtual doublereal viscosity()
Returns the viscosity of water at the current conditions (kg/m/s)
Class for calculating the equation of state of water.
Headers for the Transport object, which is the virtual base class for all transport property evaluato...
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
Base class for a phase with thermodynamic properties.
Header file defining class LiquidTransportParams.
virtual int model() const
Transport model.
virtual Transport * duplMyselfAsTransport() const
Duplication routine for objects which inherit from Transport.
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.
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...