From 104fe99d627109e44cfbb73488eec5f42dacad96 Mon Sep 17 00:00:00 2001
From: Philipp Nuske <philipp.nuske@mailbox.org>
Date: Tue, 28 Aug 2012 10:20:21 +0000
Subject: [PATCH] - corrected forchheimerfluxvariables documentation

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

diff --git a/dumux/boxmodels/common/boxforchheimerfluxvariables.hh b/dumux/boxmodels/common/boxforchheimerfluxvariables.hh
index 306b46dd96..b4c6fb85bc 100644
--- a/dumux/boxmodels/common/boxforchheimerfluxvariables.hh
+++ b/dumux/boxmodels/common/boxforchheimerfluxvariables.hh
@@ -71,10 +71,8 @@ NEW_PROP_TAG(ProblemEnableGravity);
  *
  *        - This algorithm does not find a solution if the fluid is incompressible and the
  *          initial pressure distribution is uniform.
- *        - This algorithm needs the volume variables to provide a relative permeability function.
- *          Unfortunately this is also the case for one phase models, where this term does not make sense.
- *          Workaround: Implement a relativePermeabilit(phaseIdx) function in the according volume variables
- *          and set the return value to one.
+ *        - This algorithm assumes the relative passabilities to have the same functional
+ *          form as the relative permeabilities.
  */
 template <class TypeTag>
 class BoxForchheimerFluxVariables
-- 
GitLab