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:
@ -168,8 +168,4 @@ turbulentDispersion
|
||||
interfaceCompression
|
||||
();
|
||||
|
||||
// Minimum allowable pressure
|
||||
pMin 10000;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -70,6 +70,8 @@ PIMPLE
|
||||
nOuterCorrectors 3;
|
||||
nCorrectors 1;
|
||||
nNonOrthogonalCorrectors 0;
|
||||
|
||||
pMin 1e4;
|
||||
}
|
||||
|
||||
relaxationFactors
|
||||
|
||||
Reference in New Issue
Block a user