Skip to content
Snippets Groups Projects
Commit e02f55e6 authored by Nicolas Schwenck's avatar Nicolas Schwenck
Browse files

this implements FS#211 for 3p

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12653 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 3695c80e
No related branches found
No related tags found
No related merge requests found
...@@ -145,10 +145,10 @@ public: ...@@ -145,10 +145,10 @@ public:
int eqIdx = conti0EqIdx + phaseIdx; int eqIdx = conti0EqIdx + phaseIdx;
flux[eqIdx] += fluxVars.volumeFlux(phaseIdx) flux[eqIdx] += fluxVars.volumeFlux(phaseIdx)
* (massUpwindWeight * (massUpwindWeight
* up.fluidState().density(phaseIdx) * up.density(phaseIdx)
+ +
(1.0 - massUpwindWeight) (1.0 - massUpwindWeight)
* dn.fluidState().density(phaseIdx)); * dn.density(phaseIdx));
} }
} }
......
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