From 80a91fd78e66b42e158adc1c3839efe5c9d61f5e Mon Sep 17 00:00:00 2001
From: Klaus Mosthaf <klmos@env.dtu.dk>
Date: Thu, 4 Oct 2012 13:59:10 +0000
Subject: [PATCH] Corrected and improved docu of 2p2c(ni)fluxvariables

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9192 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 dumux/boxmodels/2p2c/2p2cfluxvariables.hh     |  2 +-
 dumux/boxmodels/2p2cni/2p2cnifluxvariables.hh | 17 +++++++++--------
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/dumux/boxmodels/2p2c/2p2cfluxvariables.hh b/dumux/boxmodels/2p2c/2p2cfluxvariables.hh
index d10f0a8e75..dde22f7fa2 100644
--- a/dumux/boxmodels/2p2c/2p2cfluxvariables.hh
+++ b/dumux/boxmodels/2p2c/2p2cfluxvariables.hh
@@ -317,6 +317,6 @@ protected:
     Scalar porousDiffCoeff_[numPhases];
 };
 
-} // end namepace
+} // end namespace
 
 #endif
diff --git a/dumux/boxmodels/2p2cni/2p2cnifluxvariables.hh b/dumux/boxmodels/2p2cni/2p2cnifluxvariables.hh
index 0d8cab4544..ca2b2a55f0 100644
--- a/dumux/boxmodels/2p2cni/2p2cnifluxvariables.hh
+++ b/dumux/boxmodels/2p2cni/2p2cnifluxvariables.hh
@@ -19,11 +19,11 @@
 /*!
  * \file
  *
- * \brief This file contains the data which is required to calculate
- *        all fluxes (mass of components and energy) over a face of a finite volume.
+ * \brief This file contains data which is required to calculate
+ *        the heat fluxes over a face of a finite volume.
  *
- * This means pressure, concentration and temperature gradients, phase
- * densities at the integration point, etc.
+ * This means temperature gradients and the normal matrix
+ * heat flux.
  */
 #ifndef DUMUX_2P2CNI_FLUX_VARIABLES_HH
 #define DUMUX_2P2CNI_FLUX_VARIABLES_HH
@@ -37,12 +37,13 @@ namespace Dumux
 /*!
  * \ingroup TwoPTwoCNIModel
  * \ingroup BoxFluxVariables
- * \brief This template class contains the data which is required to
- *        calculate all fluxes (mass of components and energy) over a face of a finite
+ * \brief This template class contains data which is required to
+ *        calculate the heat fluxes over a face of a finite
  *        volume for the non-isothermal two-phase, two-component model.
+ *        The mass fluxes are computed in the parent class.
  *
- * This means pressure and concentration gradients, phase densities at
- * the integration point, etc.
+ * This means temperature gradients and the normal matrix
+ * heat flux.
  */
 template <class TypeTag>
 class TwoPTwoCNIFluxVariables : public TwoPTwoCFluxVariables<TypeTag>
-- 
GitLab