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

This reverts commit 0a6395b6ee.
This commit is contained in:
Henry
2015-03-11 17:33:14 +00:00
parent 0a6395b6ee
commit 41b9348271

View File

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