Implements relations which are common for all regions of the IAPWS '97 formulation.  
 More...
#include <dumux/material/components/iapws/common.hh>
template<class Scalar>
class Dumux::IAPWS::Common< Scalar >
- Template Parameters
- 
  
    | Scalar | The type used for scalar values |  
 
See:
IAPWS: "Revised Release on the IAPWS Industrial Formulation
1997 for the Thermodynamic Properties of Water and Steam", http://www.iapws.org/relguide/IF97-Rev.pdf 
|  | 
| static Scalar | viscosity (Scalar temperature, Scalar rho) | 
|  | The dynamic viscosity \(\mathrm{[Pa*s]}\) of pure water. 
 | 
|  | 
| static Scalar | thermalConductivityIAPWS (const Scalar T, const Scalar rho) | 
|  | Thermal conductivity \(\mathrm{[[W/(m*K)]}\) water (IAPWS) . 
 | 
|  | 
|  | 
| static constexpr Scalar | molarMass = 18.01518e-3 | 
|  | The molar mass of water \(\mathrm{[kg/mol]}\). 
 | 
|  | 
| static constexpr Scalar | Rs = Constants<Scalar>::R / molarMass | 
|  | Specific gas constant of water \(\mathrm{[J/(kg*K)]}\). 
 | 
|  | 
| static constexpr Scalar | criticalTemperature = 647.096 | 
|  | Critical temperature of water \(\mathrm{[K]}\). 
 | 
|  | 
| static constexpr Scalar | criticalPressure = 22.064e6 | 
|  | Critical pressure of water \(\mathrm{[Pa]}\). 
 | 
|  | 
| static constexpr Scalar | criticalMolarVolume = molarMass / 322.0 | 
|  | Critical molar volume of water \(\mathrm{[m^3/mol]}\). 
 | 
|  | 
| static constexpr Scalar | acentricFactor = 0.344 | 
|  | The acentric factor of water \(\mathrm{[-]}\). 
 | 
|  | 
| static constexpr Scalar | criticalDensity = 322 | 
|  | Density of water at the critical point \(\mathrm{[kg/m^3]}\). 
 | 
|  | 
| static constexpr Scalar | tripleTemperature = 273.16 | 
|  | Triple temperature of water \(\mathrm{[K]}\). 
 | 
|  | 
| static constexpr Scalar | triplePressure = 611.657 | 
|  | Triple pressure of water \(\mathrm{[Pa]}\). 
 | 
|  | 
◆ thermalConductivityIAPWS()
template<class Scalar> 
  
  | 
        
          | static Scalar Dumux::IAPWS::Common< Scalar >::thermalConductivityIAPWS | ( | const Scalar | T, |  
          |  |  | const Scalar | rho ) |  | inlinestatic | 
 
Implementation taken from: freesteam - IAPWS-IF97 steam tables library copyright (C) 2004-2009 John Pye
Appendix B: Recommended Interpolating equation for Industrial Use see http://www.iapws.org/relguide/thcond.pdf
- Parameters
- 
  
    | T | absolute temperature in \(\mathrm{[K]}\) |  | rho | density of water in \(\mathrm{[kg/m^3]}\) |  
 
 
 
◆ viscosity()
This relation is valid for all regions of the IAPWS '97 formulation.
- Parameters
- 
  
    | temperature | temperature of component in \(\mathrm{[K]}\) |  | rho | density of component in \(\mathrm{[kg/m^3]}\) |  
 
See:
IAPWS: "Release on the IAPWS Formulation 2008 for the Viscosity
of Ordinary Water Substance", http://www.iapws.org/relguide/visc.pdf 
 
 
◆ acentricFactor
◆ criticalDensity
◆ criticalMolarVolume
◆ criticalPressure
◆ criticalTemperature
◆ molarMass
◆ Rs
◆ triplePressure
◆ tripleTemperature
The documentation for this class was generated from the following file: