multiphaseEulerFoam: Use pressureControl

pMin and pMax settings are now available in multiphaseEulerFoam in the
PIMPLE section of the system/fvOptions file. This is consistent with
other compressible solvers. The pMin setting in system/phaseProperties
is no longer read, and it's presence will result in a warning.
This commit is contained in:
Will Bainbridge
2021-03-16 17:21:23 +00:00
parent 96f07b0137
commit 762fb48ddf
74 changed files with 155 additions and 184 deletions

View File

@ -168,8 +168,4 @@ turbulentDispersion
interfaceCompression
();
// Minimum allowable pressure
pMin 10000;
// ************************************************************************* //

View File

@ -70,6 +70,8 @@ PIMPLE
nOuterCorrectors 3;
nCorrectors 1;
nNonOrthogonalCorrectors 0;
pMin 1e4;
}
relaxationFactors