tutorials/incompressible/pimpleFoam/elipsekkLOmega: removed limiter and non-orthogonal correctors

This commit is contained in:
Henry 2015-01-27 11:36:45 +00:00
parent 9ae53dec4a
commit e791c532f2
2 changed files with 1 additions and 2 deletions

View file

@ -23,7 +23,6 @@ ddtSchemes
gradSchemes
{
default Gauss linear;
grad(U) cellLimited Gauss linear 1;
}
divSchemes

View file

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