template<class 
Scalar>
class Dumux::Components::H2< Scalar >
- Template Parameters
- 
  
    | Scalar | The type used for scalar values |  
 
|  | 
| static std::string | name () | 
|  | A human readable name for the \(H_2\). 
 | 
|  | 
| static constexpr Scalar | molarMass () | 
|  | The molar mass in \(\mathrm{[kg/mol]}\) of molecular hydrogen. 
 | 
|  | 
| static Scalar | criticalTemperature () | 
|  | Returns the critical temperature \(\mathrm{[K]}\) of molecular hydrogen. 
 | 
|  | 
| static Scalar | criticalPressure () | 
|  | Returns the critical pressure \(\mathrm{[Pa]}\) of molecular hydrogen. 
 | 
|  | 
| static Scalar | tripleTemperature () | 
|  | Returns the temperature \(\mathrm{[K]}\) at molecular hydrogen's triple point. 
 | 
|  | 
| static Scalar | vaporPressure (Scalar temperature) | 
|  | The vapor pressure in \(\mathrm{[Pa]}\) of pure molecular hydrogen at a given temperature. 
 | 
|  | 
| static Scalar | gasDensity (Scalar temperature, Scalar pressure) | 
|  | The density \(\mathrm{[kg/m^3]}\) of \(H_2\) at a given pressure and temperature. 
 | 
|  | 
| static Scalar | gasMolarDensity (Scalar temperature, Scalar pressure) | 
|  | The molar density of \(H_2\) in \(\mathrm{[mol/m^3]}\), depending on pressure and temperature. 
 | 
|  | 
| static constexpr bool | gasIsCompressible () | 
|  | Returns true if the gas phase is assumed to be compressible. 
 | 
|  | 
| 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 gaseous \(H_2\) in \(\mathrm{[Pa]}\) at a given density and temperature. 
 | 
|  | 
| static const Scalar | gasEnthalpy (Scalar temperature, Scalar pressure) | 
|  | Specific enthalpy \(\mathrm{[J/kg]}\) of pure hydrogen gas. Shomate Equation is used for a temperature range of 298K to 6000K. 
 | 
|  | 
| static const Scalar | gasHeatCapacity (Scalar T, Scalar pressure) | 
|  | Specific isobaric heat capacity \(\mathrm{[J/(kg*K)]}\) of pure hydrogen gas. Shomate Equation is used for a temperature range of 298K to 6000K. 
 | 
|  | 
| static Scalar | gasViscosity (Scalar temperature, Scalar pressure) | 
|  | The dynamic viscosity \(\mathrm{[Pa*s]}\) of \(H_2\) at a given pressure and temperature. 
 | 
|  | 
| 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. 
 | 
|  | 
| static constexpr Scalar | triplePressure () | 
|  | Returns the pressure in \(\mathrm{[Pa]}\) at the component's triple point. 
 | 
|  | 
| static constexpr bool | gasViscosityIsConstant () | 
|  | Returns true if the gas phase viscostiy is constant. 
 | 
|  | 
| static const Scalar | gasInternalEnergy (Scalar temperature, Scalar pressure) | 
|  | Specific internal energy \(\mathrm{[J/kg]}\) of the pure component in gas. 
 | 
|  | 
| static Scalar | gasThermalConductivity (Scalar temperature, Scalar pressure) | 
|  | Thermal conductivity of the component \(\mathrm{[W/(m*K)]}\) as a gas. 
 | 
|  |