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

@ -187,7 +187,4 @@ turbulentDispersion
(
);
// Minimum allowable pressure
pMin 10000;
// ************************************************************************* //

View File

@ -53,6 +53,9 @@ PIMPLE
nOuterCorrectors 5;
nCorrectors 1;
nNonOrthogonalCorrectors 0;
pMin 1e4;
pRefCell 0;
pRefValue 1e5;
}

View File

@ -144,7 +144,4 @@ turbulentDispersion
(
);
// Minimum allowable pressure
pMin 10000;
// ************************************************************************* //

View File

@ -53,6 +53,9 @@ PIMPLE
nOuterCorrectors 5;
nCorrectors 1;
nNonOrthogonalCorrectors 0;
pMin 1e4;
pRefCell 0;
pRefValue 1e5;
}

View File

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

View File

@ -56,10 +56,12 @@ solvers
PIMPLE
{
nOuterCorrectors 2;
nCorrectors 1;
nCorrectors 1;
pRefCell 0;
pRefValue 1e5;
pMin 1e4;
pRefCell 0;
pRefValue 1e5;
}
relaxationFactors

View File

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

View File

@ -56,10 +56,12 @@ solvers
PIMPLE
{
nOuterCorrectors 2;
nCorrectors 1;
nCorrectors 1;
pRefCell 0;
pRefValue 1e5;
pMin 1e4;
pRefCell 0;
pRefValue 1e5;
}
relaxationFactors

View File

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

View File

@ -56,10 +56,12 @@ solvers
PIMPLE
{
nOuterCorrectors 1;
nCorrectors 1;
nCorrectors 1;
pRefCell 0;
pRefValue 1e5;
pMin 1e4;
pRefCell 0;
pRefValue 1e5;
}
relaxationFactors

View File

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

View File

@ -56,10 +56,12 @@ solvers
PIMPLE
{
nOuterCorrectors 2;
nCorrectors 1;
nCorrectors 1;
pRefCell 0;
pRefValue 1e5;
pMin 1e4;
pRefCell 0;
pRefValue 1e5;
frozenFlow yes;
}

View File

@ -198,6 +198,4 @@ virtualMass
wallLubrication
();
pMin 10000;
// ************************************************************************* //

View File

@ -57,7 +57,10 @@ PIMPLE
{
nOuterCorrectors 3;
nCorrectors 2;
faceMomentum true;
pMin 1e4;
}
relaxationFactors

View File

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

View File

@ -56,10 +56,12 @@ solvers
PIMPLE
{
nOuterCorrectors 2;
nCorrectors 1;
nCorrectors 1;
pRefCell 0;
pRefValue 1e5;
pMin 1e4;
pRefCell 0;
pRefValue 1e5;
frozenFlow yes;
}

View File

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

View File

@ -56,10 +56,12 @@ solvers
PIMPLE
{
nOuterCorrectors 1;
nCorrectors 1;
nCorrectors 1;
pRefCell 0;
pRefValue 1e5;
pMin 1e4;
pRefCell 0;
pRefValue 1e5;
}
relaxationFactors

View File

@ -141,7 +141,4 @@ turbulentDispersion
(
);
// Minimum allowable pressure
pMin 10000;
// ************************************************************************* //

View File

@ -53,6 +53,9 @@ PIMPLE
nOuterCorrectors 5;
nCorrectors 1;
nNonOrthogonalCorrectors 0;
pMin 1e4;
pRefCell 0;
pRefValue 1e5;
}