mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
Revert "DPMFoam: Multiply the gravitational force by the gas phase fraction"
This reverts commit 49fbe73ac0.
This commit is contained in:
@ -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())
|
||||
|
||||
Reference in New Issue
Block a user