template<class
Scalar>
class Dumux::Components::SimpleH2O< Scalar >
- Template Parameters
-
| Scalar | The type used for scalar values |
|
| static std::string | name () |
| | A human readable name for the water.
|
| |
| static constexpr Scalar | molarMass () |
| | The molar mass in \(\mathrm{[kg/mol]}\) of water.
|
| |
| static Scalar | criticalTemperature () |
| | Returns the critical temperature \(\mathrm{[K]}\) of water.
|
| |
| static Scalar | criticalPressure () |
| | Returns the critical pressure \(\mathrm{[Pa]}\) of water.
|
| |
| static Scalar | tripleTemperature () |
| | Returns the temperature \(\mathrm{[K]}\) at water's triple point.
|
| |
| static Scalar | triplePressure () |
| | Returns the pressure \(\mathrm{[Pa]}\) at water's triple point.
|
| |
| static Scalar | vaporPressure (Scalar T) |
| | The vapor pressure in \(\mathrm{[Pa]}\) of pure water at a given temperature.
|
| |
| static const Scalar | gasEnthalpy (Scalar temperature, Scalar pressure) |
| | Specific enthalpy of water steam \(\mathrm{[J/kg]}\).
|
| |
| static const Scalar | liquidEnthalpy (Scalar temperature, Scalar pressure) |
| | Specific enthalpy of liquid water \(\mathrm{[J/kg]}\).
|
| |
| static Scalar | vaporizationEnthalpy () |
| | The vaporization enthalpy in \(\mathrm{[J/kg]}\) needed to vaporize one kilogram of the liquid water to the gaseous state depending on temperature as found in: C. O. Popiel & J. Wojtkowiak (1998) Simple Formulas for Thermophysical Properties of Liquid Water for Heat Transfer Calculations (from 0°C to 150°C), DOI:10.1080/01457639808939929.
|
| |
| static const Scalar | gasInternalEnergy (Scalar temperature, Scalar pressure) |
| | Specific internal energy of steam \(\mathrm{[J/kg]}\).
|
| |
| static const Scalar | liquidInternalEnergy (Scalar temperature, Scalar pressure) |
| | Specific internal energy of liquid water \(\mathrm{[J/kg]}\).
|
| |
| static constexpr bool | gasIsCompressible () |
| | Returns true if the gas phase is assumed to be compressible.
|
| |
| static constexpr bool | liquidIsCompressible () |
| | Returns true if the liquid phase is assumed to be compressible.
|
| |
| static constexpr bool | gasViscosityIsConstant () |
| | Returns true if the gas phase viscosity is constant.
|
| |
| static constexpr bool | liquidViscosityIsConstant () |
| | Returns true if the liquid phase viscosity is constant.
|
| |
| static Scalar | gasDensity (Scalar temperature, Scalar pressure) |
| | The density \(\mathrm{[kg/m^3]}\) of steam at a given pressure and temperature.
|
| |
| static Scalar | gasMolarDensity (Scalar temperature, Scalar pressure) |
| | The molar density of steam in \(\mathrm{[mol/m^3]}\) at a given pressure and temperature.
|
| |
| static constexpr bool | gasIsIdeal () |
| | Returns true if the gas phase is assumed to be ideal.
|
| |
| static Scalar | gasPressure (Scalar temperature, Scalar density) |
| | The pressure of steam in \(\mathrm{[Pa]}\) at a given density and temperature.
|
| |
| static Scalar | liquidDensity (Scalar temperature, Scalar pressure) |
| | The density of pure water at a given pressure and temperature \(\mathrm{[kg/m^3]}\).
|
| |
| static Scalar | liquidMolarDensity (Scalar temperature, Scalar pressure) |
| | The molar density of pure water in \(\mathrm{[mol/m^3]}\) at a given pressure and temperature.
|
| |
| static Scalar | liquidPressure (Scalar temperature, Scalar density) |
| | The pressure of water in \(\mathrm{[Pa]}\) at a given density and temperature.
|
| |
| static Scalar | gasViscosity (Scalar temperature, Scalar pressure) |
| | The dynamic viscosity \(\mathrm{[Pa*s]}\) of steam.
|
| |
| static Scalar | liquidViscosity (Scalar temperature, Scalar pressure) |
| | The dynamic viscosity \(\mathrm{[Pa*s]}\) of pure water.
|
| |
| static Scalar | liquidHeatCapacity (Scalar temperature, Scalar pressure) |
| | Specific isobaric heat capacity of the component \(\mathrm{[J/(kg*K)]}\) as a liquid. source: http://webbook.nist.gov/cgi/fluid.cgi?ID=C7732185&Action=Page @ T= 281.15K (8°C) , p=0.1MPa)
|
| |
| static Scalar | liquidThermalConductivity (Scalar temperature, Scalar pressure) |
| | Thermal conductivity \(\mathrm{[W/(m*K)]}\) of water. source: http://webbook.nist.gov/cgi/fluid.cgi?ID=C7732185&Action=Page @ T= 372.76K (99.6°C) , p=0.1MPa)
|
| |
| static Scalar | gasThermalConductivity (Scalar temperature, Scalar pressure) |
| | Thermal conductivity \(\mathrm{[W/(m*K)]}\) of steam. source: http://webbook.nist.gov/cgi/fluid.cgi?ID=C7732185&Action=Page @ T= 372.76K (99.6°C) , p=0.1MPa)
|
| |
| static Scalar | gasHeatCapacity (Scalar temperature, Scalar pressure) |
| | Specific isobaric heat capacity of water steam \(\mathrm{[J/(kg*K)]}\). source: http://webbook.nist.gov/cgi/fluid.cgi?ID=C7732185&Action=Page @ T= 372.76K (99.6°C) , p=0.1MPa)
|
| |
| static void | init (Scalar tempMin, Scalar tempMax, unsigned nTemp, Scalar pressMin, Scalar pressMax, unsigned nPress) |
| | A default routine for initialization, not needed for components and must not be called.
|
| |