tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit: simplify rhoMax and rhoMin specification
This commit is contained in:
parent
5804b901c5
commit
b0bd25ad32
1 changed files with 3 additions and 3 deletions
|
|
@ -49,10 +49,10 @@ solvers
|
|||
|
||||
SIMPLE
|
||||
{
|
||||
nUCorrectors 2;
|
||||
nUCorrectors 2;
|
||||
nNonOrthogonalCorrectors 0;
|
||||
rhoMin rhoMin [ 1 -3 0 0 0 ] 0.5;
|
||||
rhoMax rhoMAx [ 1 -3 0 0 0 ] 2.0;
|
||||
rhoMin 0.5;
|
||||
rhoMax 2.0;
|
||||
|
||||
residualControl
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue