47 template <
class Scalar>
50 typedef ::Opm::IdealGas<Scalar>
IdealGas;
Abstract base class of a pure chemical species.
Relations valid for an ideal gas.
Abstract base class of a pure chemical species.
Definition: Component.hpp:42
Properties of pure molecular hydrogen .
Definition: H2.hpp:49
static Scalar molarMass()
The molar mass in of molecular hydrogen.
Definition: H2.hpp:62
static Scalar criticalTemperature()
Returns the critical temperature of molecular hydrogen.
Definition: H2.hpp:68
static Scalar acentricFactor()
Acentric factor of .
Definition: H2.hpp:85
static Scalar criticalPressure()
Returns the critical pressure of molecular hydrogen.
Definition: H2.hpp:74
static const char * name()
A human readable name for hydrogen.
Definition: H2.hpp:56
static Scalar criticalVolume()
Critical volume of [m2/kmol].
Definition: H2.hpp:80
Relations valid for an ideal gas.
Definition: IdealGas.hpp:38