Skip to content
Snippets Groups Projects
Commit fb30659b authored by Henry's avatar Henry
Browse files

tutorials/incompressible/pimpleFoam/elipsekkLOmega: added non-orthogonal...

tutorials/incompressible/pimpleFoam/elipsekkLOmega: added non-orthogonal correctors to improve stability when running longer
parent 656dc54f
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ startTime 0; ...@@ -23,7 +23,7 @@ startTime 0;
stopAt endTime; stopAt endTime;
endTime 0.5; endTime 1;
deltaT 0.001; deltaT 0.001;
...@@ -33,7 +33,7 @@ writeInterval 0.01; ...@@ -33,7 +33,7 @@ writeInterval 0.01;
purgeWrite 0; purgeWrite 0;
writeFormat ascii; writeFormat binary;
writePrecision 6; writePrecision 6;
......
...@@ -56,7 +56,7 @@ PIMPLE ...@@ -56,7 +56,7 @@ PIMPLE
{ {
nOuterCorrectors 1; nOuterCorrectors 1;
nCorrectors 2; nCorrectors 2;
nNonOrthogonalCorrectors 0; nNonOrthogonalCorrectors 1;
pRefCell 0; pRefCell 0;
pRefValue 0; pRefValue 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment