mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
LTSReactingParcelFoam tutorials: updated rhoMax and rhoMin
This commit is contained in:
@ -24,6 +24,7 @@ solvers
|
|||||||
tolerance 0;
|
tolerance 0;
|
||||||
relTol 0.1;
|
relTol 0.1;
|
||||||
}
|
}
|
||||||
|
|
||||||
rhoFinal
|
rhoFinal
|
||||||
{
|
{
|
||||||
solver PCG;
|
solver PCG;
|
||||||
@ -31,6 +32,7 @@ solvers
|
|||||||
tolerance 1e-4;
|
tolerance 1e-4;
|
||||||
relTol 0;
|
relTol 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
p
|
p
|
||||||
{
|
{
|
||||||
solver GAMG;
|
solver GAMG;
|
||||||
@ -81,8 +83,8 @@ PIMPLE
|
|||||||
nCorrectors 2;
|
nCorrectors 2;
|
||||||
nNonOrthogonalCorrectors 0;
|
nNonOrthogonalCorrectors 0;
|
||||||
momentumPredictor yes;
|
momentumPredictor yes;
|
||||||
rhoMin rhoMin [1 -3 0 0 0] 0.1;
|
rhoMin 0.1;
|
||||||
rhoMax rhoMax [1 -3 0 0 0] 1.5;
|
rhoMax 1.5;
|
||||||
|
|
||||||
maxCo 0.5;
|
maxCo 0.5;
|
||||||
rDeltaTSmoothingCoeff 0.1;
|
rDeltaTSmoothingCoeff 0.1;
|
||||||
|
|||||||
@ -25,7 +25,6 @@ solvers
|
|||||||
relTol 0.1;
|
relTol 0.1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// "(p|.*Final)"
|
|
||||||
p
|
p
|
||||||
{
|
{
|
||||||
solver GAMG;
|
solver GAMG;
|
||||||
@ -68,8 +67,8 @@ PIMPLE
|
|||||||
nCorrectors 2;
|
nCorrectors 2;
|
||||||
nNonOrthogonalCorrectors 0;
|
nNonOrthogonalCorrectors 0;
|
||||||
momentumPredictor yes;
|
momentumPredictor yes;
|
||||||
rhoMin rhoMin [1 -3 0 0 0] 0.1;
|
rhoMin 0.1;
|
||||||
rhoMax rhoMax [1 -3 0 0 0] 1.5;
|
rhoMax 1.5;
|
||||||
|
|
||||||
maxCo 5;
|
maxCo 5;
|
||||||
rDeltaTSmoothingCoeff 1;
|
rDeltaTSmoothingCoeff 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user