mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
tex-code in documentation
This commit is contained in:
committed by
Andreas Lauser
parent
b2892db7fc
commit
f4f552b97e
@@ -26,13 +26,13 @@ namespace BinaryCoeff
|
||||
{
|
||||
/*!
|
||||
* \ingroup Binarycoefficients
|
||||
* \brief Estimate binary diffusion coefficents [m^2/s] in gases according to
|
||||
* \brief Estimate binary diffusion coefficents \f$\mathrm{[m^2/s]}\f$ in gases according to
|
||||
* the method by Fuller.
|
||||
*
|
||||
* \param M molar masses [g/mol]
|
||||
* \param M molar masses \f$\mathrm{[g/mol]}\f$
|
||||
* \param SigmaNu atomic diffusion volume
|
||||
* \param temperature The temperature [K]
|
||||
* \param pressure phase pressure [Pa]
|
||||
* \param temperature The temperature \f$\mathrm{[K]}\f$
|
||||
* \param pressure phase pressure \f$\mathrm{[Pa]}\f$
|
||||
*
|
||||
* This function estimates the diffusion coefficents in binary gases
|
||||
* using to the method proposed by Fuller. This method and is only
|
||||
|
||||
@@ -39,9 +39,9 @@ class H2_N2
|
||||
{
|
||||
public:
|
||||
/*!
|
||||
* \brief Henry coefficent \f$[N/m^2]\f$ for molecular nitrogen in liquid hydrogen.
|
||||
* \brief Henry coefficent \f$\mathrm{[N/m^2]}\f$ for molecular nitrogen in liquid hydrogen.
|
||||
*
|
||||
* \param temperature the temperature [K]
|
||||
* \param temperature the temperature \f$\mathrm{[K]}\f$
|
||||
*/
|
||||
template <class Scalar>
|
||||
static Scalar henry(Scalar temperature)
|
||||
@@ -50,7 +50,7 @@ public:
|
||||
};
|
||||
|
||||
/*!
|
||||
* \brief Binary diffusion coefficent [m^2/s] for molecular hydrogen and nitrogen.
|
||||
* \brief Binary diffusion coefficent \f$\mathrm{[m^2/s]}\f$ for molecular hydrogen and nitrogen.
|
||||
*
|
||||
* This function estimates the diffusion coefficents in binary gases
|
||||
* using to the method proposed by Fuller. This method and is only
|
||||
@@ -58,8 +58,8 @@ public:
|
||||
*
|
||||
* See: R. Reid, et al.: The Properties of Gases and Liquids, 4th
|
||||
* edition, McGraw-Hill, 1987, pp. 587-588
|
||||
* \param temperature the temperature [K]
|
||||
* \param pressure the phase pressure [Pa]
|
||||
* \param temperature the temperature \f$\mathrm{[K]}\f$
|
||||
* \param pressure the phase pressure \f$\mathrm{[Pa]}\f$
|
||||
*/
|
||||
template <class Scalar>
|
||||
static Scalar gasDiffCoeff(Scalar temperature, Scalar pressure)
|
||||
@@ -76,10 +76,10 @@ public:
|
||||
};
|
||||
|
||||
/*!
|
||||
* \brief Diffusion coefficent [m^2/s] for molecular nitrogen in liquid hydrogen.
|
||||
* \brief Diffusion coefficent \f$\mathrm{[m^2/s]}\f$ for molecular nitrogen in liquid hydrogen.
|
||||
*
|
||||
* \param temperature the temperature [K]
|
||||
* \param pressure the phase pressure [Pa]
|
||||
* \param temperature the temperature \f$\mathrm{[K]}\f$
|
||||
* \param pressure the phase pressure \f$\mathrm{[Pa]}\f$
|
||||
*/
|
||||
template <class Scalar>
|
||||
static Scalar liquidDiffCoeff(Scalar temperature, Scalar pressure)
|
||||
|
||||
@@ -40,7 +40,7 @@ class H2O_N2
|
||||
{
|
||||
public:
|
||||
/*!
|
||||
* \brief Henry coefficent \f$[N/m^2]\f$ for molecular nitrogen in liquid water.
|
||||
* \brief Henry coefficent \f$\mathrm{[N/m^2]}\f$ for molecular nitrogen in liquid water.
|
||||
*
|
||||
* \copydetails Dumux::henryIAPWS
|
||||
*/
|
||||
@@ -56,11 +56,11 @@ public:
|
||||
};
|
||||
|
||||
/*!
|
||||
* \brief Binary diffusion coefficent [m^2/s] for molecular water and nitrogen.
|
||||
* \brief Binary diffusion coefficent \f$\mathrm{[m^2/s]}\f$ for molecular water and nitrogen.
|
||||
*
|
||||
* Uses fullerMethod to determine the diffusion of water in nitrogen.
|
||||
* \param temperature the temperature [K]
|
||||
* \param pressure the phase pressure [Pa]
|
||||
* \param temperature the temperature \f$\mathrm{[K]}\f$
|
||||
* \param pressure the phase pressure \f$\mathrm{[Pa]}\f$
|
||||
*/
|
||||
template <class Scalar>
|
||||
static Scalar gasDiffCoeff(Scalar temperature, Scalar pressure)
|
||||
@@ -77,7 +77,7 @@ public:
|
||||
};
|
||||
|
||||
/*!
|
||||
* \brief Diffusion coefficent [m^2/s] for molecular nitrogen in liquid water.
|
||||
* \brief Diffusion coefficent \f$\mathrm{[m^2/s]}\f$ for molecular nitrogen in liquid water.
|
||||
*
|
||||
* The empirical equations for estimating the diffusion coefficient in
|
||||
* infinite solution which are presented in Reid, 1987 all show a
|
||||
|
||||
Reference in New Issue
Block a user