From aab2e0fa15bc9d1b17fc403dbf8d46c35043227c Mon Sep 17 00:00:00 2001 From: Melanie Darcis <mdarcis@gmx.de> Date: Fri, 8 Oct 2010 09:29:41 +0000 Subject: [PATCH] doc git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4399 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- dumux/boxmodels/2p/2plocalresidual.hh | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dumux/boxmodels/2p/2plocalresidual.hh b/dumux/boxmodels/2p/2plocalresidual.hh index 4a0d9b2321..f1654714f6 100644 --- a/dumux/boxmodels/2p/2plocalresidual.hh +++ b/dumux/boxmodels/2p/2plocalresidual.hh @@ -19,6 +19,12 @@ * * * This program is distributed WITHOUT ANY WARRANTY. * *****************************************************************************/ +/*! + * \file + * + * \brief Element-wise calculation of the Jacobian matrix for problems + * using the two-phase box model. + */ #ifndef DUMUX_TWOP_LOCAL_RESIDUAL_BASE_HH #define DUMUX_TWOP_LOCAL_RESIDUAL_BASE_HH @@ -178,8 +184,8 @@ public: * \brief Adds the diffusive flux to the flux vector over * the face of a sub-control volume. * - * \param flux The advective flux over the sub-control-volume face for each phase - * \param fluxVars The flux variables at the current SCV + * \param flux The diffusive flux over the sub-control-volume face for each phase + * \param fluxData The flux variables at the current SCV * * It doesn't do anything in two-phase model but is used by the * non-isothermal two-phase models to calculate diffusive heat -- GitLab