tutorials/incompressible/pimpleFoam/elipsekkLOmega: removed limiter and non-orthogonal correctors
This commit is contained in:
parent
9ae53dec4a
commit
e791c532f2
2 changed files with 1 additions and 2 deletions
|
|
@ -23,7 +23,6 @@ ddtSchemes
|
|||
gradSchemes
|
||||
{
|
||||
default Gauss linear;
|
||||
grad(U) cellLimited Gauss linear 1;
|
||||
}
|
||||
|
||||
divSchemes
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ PIMPLE
|
|||
{
|
||||
nOuterCorrectors 1;
|
||||
nCorrectors 2;
|
||||
nNonOrthogonalCorrectors 1;
|
||||
nNonOrthogonalCorrectors 0;
|
||||
pRefCell 0;
|
||||
pRefValue 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue