Skip to content
Snippets Groups Projects
Commit f0f31f71 authored by Felix Bode's avatar Felix Bode
Browse files

documentation

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4582 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent d48e0632
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,15 @@ public: ...@@ -52,7 +52,15 @@ public:
/*! /*!
* \brief Binary diffusion coefficent [m^2/s] for molecular hydrogen and nitrogen. * \brief Binary diffusion coefficent [m^2/s] for molecular hydrogen and nitrogen.
* *
* \copydetails Dumux::fullerMethod * \param temperature The temperature [K]
* \param pressure phase pressure [Pa]
*
* This function estimates the diffusion coefficents in binary gases
* using to the method proposed by Fuller. This method and is only
* valid at "low" pressures.
*
* See: R. Reid, et al.: The Properties of Gases and Liquids, 4th
* edition, McGraw-Hill, 1987, pp. 587-588
*/ */
template <class Scalar> template <class Scalar>
static Scalar gasDiffCoeff(Scalar temperature, Scalar pressure) static Scalar gasDiffCoeff(Scalar temperature, Scalar pressure)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment