mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
tutorials: Simplify rhoMax and rhoMin specification
This commit is contained in:
@ -45,8 +45,8 @@ solvers
|
||||
SIMPLE
|
||||
{
|
||||
nNonOrthogonalCorrectors 0;
|
||||
rhoMax rhoMax [ 1 -3 0 0 0 ] 2;
|
||||
rhoMin rhoMin [ 1 -3 0 0 0 ] 1;
|
||||
rhoMax 2;
|
||||
rhoMin 1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -44,8 +44,8 @@ solvers
|
||||
SIMPLE
|
||||
{
|
||||
nNonOrthogonalCorrectors 0;
|
||||
rhoMax rhoMax [ 1 -3 0 0 0 ] 1100;
|
||||
rhoMin rhoMin [ 1 -3 0 0 0 ] 900;
|
||||
rhoMax 1100;
|
||||
rhoMin 900;
|
||||
}
|
||||
|
||||
relaxationFactors
|
||||
|
||||
@ -60,8 +60,8 @@ SIMPLE
|
||||
nNonOrthogonalCorrectors 0;
|
||||
pRefCell 0;
|
||||
pRefValue 100000;
|
||||
rhoMin rhoMin [1 -3 0 0 0] 0.2;
|
||||
rhoMax rhoMax [1 -3 0 0 0] 2;
|
||||
rhoMin 0.2;
|
||||
rhoMax 2;
|
||||
}
|
||||
|
||||
relaxationFactors
|
||||
|
||||
Reference in New Issue
Block a user