Re-add information lost in rebase

This commit is contained in:
Svenn Tveit
2022-09-12 14:01:09 +02:00
parent 9ae33902f1
commit 423141eb30
2 changed files with 21 additions and 1 deletions

View File

@@ -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.

View File

@@ -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.