Revert "Revert "Revert "DPMFoam: Multiply the gravitational force by the gas phase fraction"""
This reverts commit c935f83ece.
This commit is contained in:
parent
c6f66dae57
commit
de9ebcc299
1 changed files with 1 additions and 1 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue