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

This commit is contained in:
Henry 2015-01-28 09:01:39 +00:00
parent e791c532f2
commit 670e511576
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;
@ -37,7 +37,7 @@ writeFormat ascii;
writePrecision 6;
writeCompression uncompressed;
writeCompression binary;
timeFormat general;

View file

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