Skip to content
Snippets Groups Projects
Commit f09c09d8 authored by Klaus Mosthaf's avatar Klaus Mosthaf
Browse files

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
parent 5c03a3b4
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
/*!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment