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:
@ -187,7 +187,4 @@ turbulentDispersion
|
||||
(
|
||||
);
|
||||
|
||||
// Minimum allowable pressure
|
||||
pMin 10000;
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -53,6 +53,9 @@ PIMPLE
|
||||
nOuterCorrectors 5;
|
||||
nCorrectors 1;
|
||||
nNonOrthogonalCorrectors 0;
|
||||
|
||||
pMin 1e4;
|
||||
|
||||
pRefCell 0;
|
||||
pRefValue 1e5;
|
||||
}
|
||||
|
||||
@ -144,7 +144,4 @@ turbulentDispersion
|
||||
(
|
||||
);
|
||||
|
||||
// Minimum allowable pressure
|
||||
pMin 10000;
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -53,6 +53,9 @@ PIMPLE
|
||||
nOuterCorrectors 5;
|
||||
nCorrectors 1;
|
||||
nNonOrthogonalCorrectors 0;
|
||||
|
||||
pMin 1e4;
|
||||
|
||||
pRefCell 0;
|
||||
pRefValue 1e5;
|
||||
}
|
||||
|
||||
@ -183,8 +183,4 @@ wallLubrication
|
||||
turbulentDispersion
|
||||
();
|
||||
|
||||
// Minimum allowable pressure
|
||||
pMin 10000;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -56,10 +56,12 @@ solvers
|
||||
PIMPLE
|
||||
{
|
||||
nOuterCorrectors 2;
|
||||
nCorrectors 1;
|
||||
nCorrectors 1;
|
||||
|
||||
pRefCell 0;
|
||||
pRefValue 1e5;
|
||||
pMin 1e4;
|
||||
|
||||
pRefCell 0;
|
||||
pRefValue 1e5;
|
||||
}
|
||||
|
||||
relaxationFactors
|
||||
|
||||
@ -184,8 +184,4 @@ wallLubrication
|
||||
turbulentDispersion
|
||||
();
|
||||
|
||||
// Minimum allowable pressure
|
||||
pMin 10000;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -56,10 +56,12 @@ solvers
|
||||
PIMPLE
|
||||
{
|
||||
nOuterCorrectors 2;
|
||||
nCorrectors 1;
|
||||
nCorrectors 1;
|
||||
|
||||
pRefCell 0;
|
||||
pRefValue 1e5;
|
||||
pMin 1e4;
|
||||
|
||||
pRefCell 0;
|
||||
pRefValue 1e5;
|
||||
}
|
||||
|
||||
relaxationFactors
|
||||
|
||||
@ -226,8 +226,4 @@ wallLubrication
|
||||
turbulentDispersion
|
||||
();
|
||||
|
||||
// Minimum allowable pressure
|
||||
pMin 10000;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -56,10 +56,12 @@ solvers
|
||||
PIMPLE
|
||||
{
|
||||
nOuterCorrectors 1;
|
||||
nCorrectors 1;
|
||||
nCorrectors 1;
|
||||
|
||||
pRefCell 0;
|
||||
pRefValue 1e5;
|
||||
pMin 1e4;
|
||||
|
||||
pRefCell 0;
|
||||
pRefValue 1e5;
|
||||
}
|
||||
|
||||
relaxationFactors
|
||||
|
||||
@ -151,8 +151,4 @@ wallLubrication
|
||||
turbulentDispersion
|
||||
();
|
||||
|
||||
// Minimum allowable pressure
|
||||
pMin 10000;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -56,10 +56,12 @@ solvers
|
||||
PIMPLE
|
||||
{
|
||||
nOuterCorrectors 2;
|
||||
nCorrectors 1;
|
||||
nCorrectors 1;
|
||||
|
||||
pRefCell 0;
|
||||
pRefValue 1e5;
|
||||
pMin 1e4;
|
||||
|
||||
pRefCell 0;
|
||||
pRefValue 1e5;
|
||||
|
||||
frozenFlow yes;
|
||||
}
|
||||
|
||||
@ -198,6 +198,4 @@ virtualMass
|
||||
wallLubrication
|
||||
();
|
||||
|
||||
pMin 10000;
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -57,7 +57,10 @@ PIMPLE
|
||||
{
|
||||
nOuterCorrectors 3;
|
||||
nCorrectors 2;
|
||||
|
||||
faceMomentum true;
|
||||
|
||||
pMin 1e4;
|
||||
}
|
||||
|
||||
relaxationFactors
|
||||
|
||||
@ -145,8 +145,4 @@ wallLubrication
|
||||
turbulentDispersion
|
||||
();
|
||||
|
||||
// Minimum allowable pressure
|
||||
pMin 10000;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -56,10 +56,12 @@ solvers
|
||||
PIMPLE
|
||||
{
|
||||
nOuterCorrectors 2;
|
||||
nCorrectors 1;
|
||||
nCorrectors 1;
|
||||
|
||||
pRefCell 0;
|
||||
pRefValue 1e5;
|
||||
pMin 1e4;
|
||||
|
||||
pRefCell 0;
|
||||
pRefValue 1e5;
|
||||
|
||||
frozenFlow yes;
|
||||
}
|
||||
|
||||
@ -189,8 +189,4 @@ wallLubrication
|
||||
turbulentDispersion
|
||||
();
|
||||
|
||||
// Minimum allowable pressure
|
||||
pMin 10000;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -56,10 +56,12 @@ solvers
|
||||
PIMPLE
|
||||
{
|
||||
nOuterCorrectors 1;
|
||||
nCorrectors 1;
|
||||
nCorrectors 1;
|
||||
|
||||
pRefCell 0;
|
||||
pRefValue 1e5;
|
||||
pMin 1e4;
|
||||
|
||||
pRefCell 0;
|
||||
pRefValue 1e5;
|
||||
}
|
||||
|
||||
relaxationFactors
|
||||
|
||||
@ -141,7 +141,4 @@ turbulentDispersion
|
||||
(
|
||||
);
|
||||
|
||||
// Minimum allowable pressure
|
||||
pMin 10000;
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -53,6 +53,9 @@ PIMPLE
|
||||
nOuterCorrectors 5;
|
||||
nCorrectors 1;
|
||||
nNonOrthogonalCorrectors 0;
|
||||
|
||||
pMin 1e4;
|
||||
|
||||
pRefCell 0;
|
||||
pRefValue 1e5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user