mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Revert "Revert "Revert "DPMFoam: Multiply the gravitational force by the gas phase fraction"""
This reverts commit 41b9348271.
This commit is contained in:
@ -15,7 +15,7 @@ surfaceScalarField rAUcf("Dp", fvc::interpolate(rAUc));
|
|||||||
surfaceScalarField phicForces
|
surfaceScalarField phicForces
|
||||||
(
|
(
|
||||||
(fvc::interpolate(rAUc*cloudVolSUSu/rhoc) & mesh.Sf())
|
(fvc::interpolate(rAUc*cloudVolSUSu/rhoc) & mesh.Sf())
|
||||||
+ alphacf*rAUcf*(g & mesh.Sf())
|
+ rAUcf*(g & mesh.Sf())
|
||||||
);
|
);
|
||||||
|
|
||||||
if (pimple.momentumPredictor())
|
if (pimple.momentumPredictor())
|
||||||
|
|||||||
Reference in New Issue
Block a user