diff --git a/dumux/material/binarycoefficients/fullermethod.hh b/dumux/material/binarycoefficients/fullermethod.hh index fc9f75e0ba216b62160a7e6de41206daae693cf1..5a06c25e45153a0855ca7d1cef6ae37f3545622e 100644 --- a/dumux/material/binarycoefficients/fullermethod.hh +++ b/dumux/material/binarycoefficients/fullermethod.hh @@ -15,8 +15,6 @@ *****************************************************************************/ /*! * \file - * - * \ingroup Binarycoefficients * \brief Various relations for molecular diffusion coefficients. */ #ifndef DUMUX_FULLERMETHOD_HH @@ -27,6 +25,7 @@ namespace Dumux namespace BinaryCoeff { /*! + * \ingroup Binarycoefficients * \brief Estimate binary diffusion coefficents [m^2/s] in gases according to * the method by Fuller. * diff --git a/dumux/material/binarycoefficients/h2_n2.hh b/dumux/material/binarycoefficients/h2_n2.hh index f84d86e06ece333900aaa3f00ee190c2ddecc1a9..2a9e7bd5a046d06337385fa010b715e24c11dd4d 100644 --- a/dumux/material/binarycoefficients/h2_n2.hh +++ b/dumux/material/binarycoefficients/h2_n2.hh @@ -15,7 +15,6 @@ /*! * \file * - * \ingroup Binarycoefficients * \brief Binary coefficients for hydrogen and nitrogen. */ #ifndef DUMUX_BINARY_COEFF_H2_N2_HH @@ -33,6 +32,7 @@ namespace BinaryCoeff { /*! + * \ingroup Binarycoefficients * \brief Binary coefficients for hydrogen and nitrogen. */ class H2_N2 @@ -52,15 +52,14 @@ public: /*! * \brief Binary diffusion coefficent [m^2/s] for molecular hydrogen and nitrogen. * - * \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 + * \param temperature the temperature [K] + * \param pressure the phase pressure [Pa] */ template <class Scalar> static Scalar gasDiffCoeff(Scalar temperature, Scalar pressure) @@ -78,6 +77,9 @@ public: /*! * \brief Diffusion coefficent [m^2/s] for molecular nitrogen in liquid hydrogen. + * + * \param temperature the temperature [K] + * \param pressure the phase pressure [Pa] */ template <class Scalar> static Scalar liquidDiffCoeff(Scalar temperature, Scalar pressure) diff --git a/dumux/material/binarycoefficients/h2o_n2.hh b/dumux/material/binarycoefficients/h2o_n2.hh index a526c53e061eaec8abea3b4bec587d4269b8043f..da153d99fe69d9accbb38016eb1c89e5faa0d4e6 100644 --- a/dumux/material/binarycoefficients/h2o_n2.hh +++ b/dumux/material/binarycoefficients/h2o_n2.hh @@ -16,7 +16,6 @@ /*! * \file * - * \ingroup Binarycoefficients * \brief Binary coefficients for water and nitrogen. */ #ifndef DUMUX_BINARY_COEFF_H2O_N2_HH @@ -34,6 +33,7 @@ namespace BinaryCoeff { /*! + * \ingroup Binarycoefficients * \brief Binary coefficients for water and nitrogen. */ class H2O_N2 @@ -58,7 +58,9 @@ public: /*! * \brief Binary diffusion coefficent [m^2/s] for molecular water and nitrogen. * - * \copybody fullerMethod() + * Uses fullerMethod to determine the diffusion of water in nitrogen. + * \param temperature the temperature [K] + * \param pressure the phase pressure [Pa] */ template <class Scalar> static Scalar gasDiffCoeff(Scalar temperature, Scalar pressure) diff --git a/dumux/material/binarycoefficients/henryiapws.hh b/dumux/material/binarycoefficients/henryiapws.hh index d3ede17faebdf9ae521073342cb22e21694f60b3..769d426ba4e36f2b67785c7073f54e4bb287643e 100644 --- a/dumux/material/binarycoefficients/henryiapws.hh +++ b/dumux/material/binarycoefficients/henryiapws.hh @@ -21,7 +21,6 @@ /*! * \file * - * \ingroup Binarycoefficients * \brief The IAPWS formulation of Henry coefficients in water. */ #ifndef DUMUX_HENRY_IAPWS_HH @@ -32,6 +31,7 @@ namespace Dumux { /*! + * \ingroup Binarycoefficients * \brief The Henry constants in liquid water using the IAPWS 2004 * formulation. *