tutorials/incompressible/pimpleFoam/elipsekkLOmega: added non-orthogonal correctors to improve stability when running longer
This commit is contained in:
parent
e791c532f2
commit
670e511576
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ PIMPLE
|
|||
{
|
||||
nOuterCorrectors 1;
|
||||
nCorrectors 2;
|
||||
nNonOrthogonalCorrectors 0;
|
||||
nNonOrthogonalCorrectors 1;
|
||||
pRefCell 0;
|
||||
pRefValue 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue