Re-add information lost in rebase
This commit is contained in:
@@ -107,6 +107,16 @@ public:
|
||||
static Scalar tripleDensity()
|
||||
{ return 38.2e-3; /* [mol/cm^3] */ }
|
||||
|
||||
/*!
|
||||
* \brief Critical volume of \f$H_2\f$ [m2/kmol].
|
||||
*/
|
||||
static Scalar criticalVolume() {return 6.45e-2; }
|
||||
|
||||
/*!
|
||||
* \brief Acentric factor of \f$H_2\f$.
|
||||
*/
|
||||
static Scalar acentricFactor() { return -0.22; }
|
||||
|
||||
/*!
|
||||
* \brief The vapor pressure in \f$\mathrm{[Pa]}\f$ of pure molecular hydrogen
|
||||
* at a given temperature.
|
||||
|
||||
@@ -43,7 +43,7 @@ namespace Opm {
|
||||
/*!
|
||||
* \ingroup Components
|
||||
*
|
||||
* \brief Properties of pure molecular hydrogen \f$H_2\f$. Use ideal gas equations for many properties.
|
||||
* \brief Properties of pure molecular hydrogen \f$H_2\f$. Uses ideal gas equations for many properties.
|
||||
*
|
||||
* \tparam Scalar The type used for scalar values
|
||||
*/
|
||||
@@ -89,6 +89,16 @@ public:
|
||||
static Scalar tripleTemperature()
|
||||
{ return 14.0; /* [K] */ }
|
||||
|
||||
/*!
|
||||
* \brief Critical volume of \f$H_2\f$ [m2/kmol].
|
||||
*/
|
||||
static Scalar criticalVolume() {return 6.45e-2; }
|
||||
|
||||
/*!
|
||||
* \brief Acentric factor of \f$H_2\f$.
|
||||
*/
|
||||
static Scalar acentricFactor() { return -0.22; }
|
||||
|
||||
/*!
|
||||
* \brief The vapor pressure in \f$\mathrm{[Pa]}\f$ of pure molecular hydrogen
|
||||
* at a given temperature.
|
||||
|
||||
Reference in New Issue
Block a user