From a275d2fb239d6843fc3fc6fe0ae0a01cc2ba06e0 Mon Sep 17 00:00:00 2001 From: Christoph Grueninger <christoph.grueninger@iws.uni-stuttgart.de> Date: Thu, 23 Aug 2012 07:47:40 +0000 Subject: [PATCH] [doxygen] Fixed doxygen warnings. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8970 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- dumux/material/constraintsolvers/compositionalflash.hh | 7 ++++--- test/common/generalproblem/generallensproblem.hh | 2 -- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/dumux/material/constraintsolvers/compositionalflash.hh b/dumux/material/constraintsolvers/compositionalflash.hh index dc7e6eb43b..39a7e46168 100644 --- a/dumux/material/constraintsolvers/compositionalflash.hh +++ b/dumux/material/constraintsolvers/compositionalflash.hh @@ -80,7 +80,7 @@ public: * \param fluidState The decoupled fluid State * \param Z1 Feed mass fraction: Mass of comp1 per total mass \f$\mathrm{[-]}\f$ * \param phasePressure Vector holding the pressure \f$\mathrm{[Pa]}\f$ - * \param poro Porosity \f$\mathrm{[-]}\f$ + * \param porosity Porosity \f$\mathrm{[-]}\f$ * \param temperature Temperature \f$\mathrm{[K]}\f$ */ static void concentrationFlash2p2c(FluidState &fluidState, @@ -186,6 +186,7 @@ public: * - Check if we are in single phase condition * - Assign total concentration to the present phase * + * \param fluidState The decoupled fluid state * \param Z1 Feed mass fraction \f$\mathrm{[-]}\f$ * \param phasePressure Vector holding the pressure \f$\mathrm{[Pa]}\f$ * \param presentPhaseIdx Subdomain Index = Indication which phase is present @@ -258,9 +259,9 @@ public: * - determination of maximum solubilities (mole fractions) according to phase pressures * - round off fluid properties * \param fluidState The decoupled fluid state - * \param sat Saturation of phase 1 \f$\mathrm{[-]}\f$ + * \param saturation Saturation of phase 1 \f$\mathrm{[-]}\f$ * \param phasePressure Vector holding the pressure \f$\mathrm{[Pa]}\f$ - * \param poro Porosity \f$\mathrm{[-]}\f$ + * \param porosity Porosity \f$\mathrm{[-]}\f$ * \param temperature Temperature \f$\mathrm{[K]}\f$ */ static void saturationFlash2p2c(FluidState &fluidState, diff --git a/test/common/generalproblem/generallensproblem.hh b/test/common/generalproblem/generallensproblem.hh index 45e847c94a..3fa5cbdc2a 100644 --- a/test/common/generalproblem/generallensproblem.hh +++ b/test/common/generalproblem/generallensproblem.hh @@ -247,8 +247,6 @@ public: * * \param timeManager The time manager * \param gridView The grid view - * \param lensLowerLeft Global position of the lenses lower left corner - * \param lensUpperRight Global position of the lenses upper right corner */ GeneralLensProblem(TimeManager &timeManager, const GridView &gridView) -- GitLab