From f09c09d8a77b02dd4ce17c85e34c24b527bdceea Mon Sep 17 00:00:00 2001
From: Klaus Mosthaf <klmos@env.dtu.dk>
Date: Thu, 7 Jul 2011 11:27:41 +0000
Subject: [PATCH] diffusion in the coupled 2p2c model was commented out -
 removed the respective lines

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6137 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 dumux/boxmodels/2p2c/2p2clocalresidual.hh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dumux/boxmodels/2p2c/2p2clocalresidual.hh b/dumux/boxmodels/2p2c/2p2clocalresidual.hh
index a900efb2be..f7c4486031 100644
--- a/dumux/boxmodels/2p2c/2p2clocalresidual.hh
+++ b/dumux/boxmodels/2p2c/2p2clocalresidual.hh
@@ -267,7 +267,6 @@ public:
      */
     void computeDiffusiveFlux(PrimaryVariables &flux, const FluxVariables &vars) const
     {
-#if 0
         // add diffusive flux of gas component in liquid phase
         Scalar tmp =
             - vars.porousDiffCoeff(lPhaseIdx) *
@@ -283,7 +282,6 @@ public:
             (vars.molarConcGrad(gPhaseIdx) * vars.face().normal);
         flux[contiLEqIdx] += tmp * FluidSystem::molarMass(lCompIdx);
         flux[contiGEqIdx] -= tmp * FluidSystem::molarMass(gCompIdx);
-#endif
     }
 
     /*!
-- 
GitLab