ENH: tutorial updates

This commit is contained in:
andy
2010-10-08 17:51:13 +01:00
parent 7600cfc48d
commit ee046de0e1
4 changed files with 10 additions and 6 deletions

View File

@ -94,7 +94,8 @@ PIMPLE
nCorrectors 2; nCorrectors 2;
nNonOrthogonalCorrectors 0; nNonOrthogonalCorrectors 0;
momentumPredictor yes; momentumPredictor yes;
pMin pMin [ 1 -1 -2 0 0 0 0 ] 1000; rhoMin rhoMin [ 1 -3 0 0 0 ] 0.5;
rhoMax rhoMax [ 1 -3 0 0 0 ] 2.0;
pRefCell 0; pRefCell 0;
pRefValue 1e5; pRefValue 1e5;
} }

View File

@ -57,7 +57,8 @@ solvers
SIMPLE SIMPLE
{ {
nNonOrthogonalCorrectors 0; nNonOrthogonalCorrectors 0;
pMin pMin [ 1 -1 -2 0 0 0 0 ] 100; rhoMin rhoMin [ 1 -3 0 0 0 ] 1.0;
rhoMax rhoMax [ 1 -3 0 0 0 ] 1.5;
} }
relaxationFactors relaxationFactors

View File

@ -51,7 +51,8 @@ SIMPLE
{ {
nUCorrectors 2; nUCorrectors 2;
nNonOrthogonalCorrectors 0; nNonOrthogonalCorrectors 0;
pMin pMin [ 1 -1 -2 0 0 ] 100; rhoMin rhoMin [ 1 -3 0 0 0 ] 0.5;
rhoMax rhoMAx [ 1 -3 0 0 0 ] 2.0;
} }
relaxationFactors relaxationFactors

View File

@ -172,7 +172,8 @@ solvers
SIMPLE SIMPLE
{ {
nNonOrthogonalCorrectors 0; nNonOrthogonalCorrectors 0;
pMin pMin [1 -1 -2 0 0 0 0] 10000; rhoMin rhoMin [1 -3 0 0 0] 0.1;
rhoMax rhoMax [1 -3 0 0 0] 1.0;
transonic yes; transonic yes;
} }