mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
MULES: Add support for explicit correction interPhaseChangeFoam: Add option for explicit MULES or as correction to an upwind solution Deprecate implicit form of MULES
8 lines
231 B
C
8 lines
231 B
C
#include "readTimeControls.H"
|
|
|
|
bool correctPhi =
|
|
pimple.dict().lookupOrDefault<Switch>("correctPhi", true);
|
|
|
|
bool checkMeshCourantNo =
|
|
pimple.dict().lookupOrDefault<Switch>("checkMeshCourantNo", false);
|