From cea16f91e2dff19c9f6599fcd2f29a08a890ec1e Mon Sep 17 00:00:00 2001 From: Martin Schneider <martin.schneider@iws.uni-stuttgart.de> Date: Wed, 2 Oct 2013 14:22:08 +0000 Subject: [PATCH] Added doxygen docu for updateVelocity() git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11607 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- dumux/decoupled/2p/diffusion/fv/fvpressure2p.hh | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/dumux/decoupled/2p/diffusion/fv/fvpressure2p.hh b/dumux/decoupled/2p/diffusion/fv/fvpressure2p.hh index bbd8291bde..cb4d5fdd51 100644 --- a/dumux/decoupled/2p/diffusion/fv/fvpressure2p.hh +++ b/dumux/decoupled/2p/diffusion/fv/fvpressure2p.hh @@ -24,8 +24,8 @@ #include <dumux/decoupled/2p/diffusion/diffusionproperties2p.hh> /** - * @file - * @brief Finite Volume discretization of a two-phase flow pressure equation. + * \file + * \brief Finite Volume discretization of a two-phase flow pressure equation. */ namespace Dumux @@ -268,6 +268,11 @@ public: return; } + /*! \brief Velocity update + * + * Reset the velocities in the cellData + * + */ void updateVelocity() { updateMaterialLaws(); @@ -781,7 +786,7 @@ void FVPressure2P<TypeTag>::getFlux(EntryType& entry, const Intersection& inters * * \copydetails FVPressure::getFluxOnBoundary(EntryType&,const Intersection&,const CellData&,const bool) * - * Dirichlet boundary condition is a pressure depending on the formulation (\f$p_w\f$ (default), \f$p_n\f$, \f$p_{global}\f$), + * Dirichlet boundary condition for pressure depends on the formulation (\f$p_w\f$ (default), \f$p_n\f$, \f$p_{global}\f$), * Neumann boundary condition are the phase mass fluxes (\f$q_w\f$ and \f$q_n\f$, [\f$\text{kg}/(\text{m}^2 \text{s}\f$]) */ template<class TypeTag> -- GitLab