From f65a33ae28b8591c358b7926f16eeeeb3ed80143 Mon Sep 17 00:00:00 2001
From: Philipp Nuske <philipp.nuske@mailbox.org>
Date: Thu, 23 Aug 2012 14:18:34 +0000
Subject: [PATCH] corrected forchheimer documentation: density belongs to a
 phase

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8984 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 dumux/boxmodels/common/boxforchheimerfluxvariables.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dumux/boxmodels/common/boxforchheimerfluxvariables.hh b/dumux/boxmodels/common/boxforchheimerfluxvariables.hh
index ace3dfdd3c..17e3f98c96 100644
--- a/dumux/boxmodels/common/boxforchheimerfluxvariables.hh
+++ b/dumux/boxmodels/common/boxforchheimerfluxvariables.hh
@@ -69,7 +69,7 @@ NEW_PROP_TAG(ProblemEnableGravity);
  *        looses it's validity.
  *
  *        The Forchheimer equation looks as follows:
- *         \f[ \nabla \left({p_\alpha + \rho_\alpha g z} \right)=  - \frac{\mu_\alpha}{k_{r \alpha} K} \underline{v_\alpha} - \frac{c_F}{\eta_{\alpha r} \sqrt{K}} \rho |\underline{v_\alpha}| \underline{v_\alpha} \f]
+ *         \f[ \nabla \left({p_\alpha + \rho_\alpha g z} \right)=  - \frac{\mu_\alpha}{k_{r \alpha} K} \underline{v_\alpha} - \frac{c_F}{\eta_{\alpha r} \sqrt{K}} \rho_\alpha |\underline{v_\alpha}| \underline{v_\alpha} \f]
  *
  *        For the formulation that is actually used in this class, see the documentation of the function calculating the residual.
  *
-- 
GitLab