Revert "DPMFoam: Multiply the gravitational force by the gas phase fraction"

This reverts commit 5c68a98799.
This commit is contained in:
Henry 2015-03-11 15:47:59 +00:00
parent 5c68a98799
commit 48e47d8998

View file

@ -15,7 +15,7 @@ surfaceScalarField rAUcf("Dp", fvc::interpolate(rAUc));
surfaceScalarField phicForces
(
(fvc::interpolate(rAUc*cloudVolSUSu/rhoc) & mesh.Sf())
+ alphacf*rAUcf*(g & mesh.Sf())
+ rAUcf*(g & mesh.Sf())
);
if (pimple.momentumPredictor())