tutorials/incompressible/pimpleFoam/elipsekkLOmega: added non-orthogonal correctors to improve stability when running longer

This commit is contained in:
Henry
2015-01-28 09:19:20 +00:00
parent 656dc54f71
commit fb30659b25
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ startTime 0;
stopAt endTime;
endTime 0.5;
endTime 1;
deltaT 0.001;
@ -33,7 +33,7 @@ writeInterval 0.01;
purgeWrite 0;
writeFormat ascii;
writeFormat binary;
writePrecision 6;

View File

@ -56,7 +56,7 @@ PIMPLE
{
nOuterCorrectors 1;
nCorrectors 2;
nNonOrthogonalCorrectors 0;
nNonOrthogonalCorrectors 1;
pRefCell 0;
pRefValue 0;
}