pisoFoam/les/motorBike tutorial: correct schemes and settings

This commit is contained in:
Henry
2013-06-27 16:35:37 +01:00
parent 8db9e40a71
commit 6e92fb181d
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -66,7 +66,7 @@ solvers
SIMPLE SIMPLE
{ {
nNonOrthogonalCorrectors 2; nNonOrthogonalCorrectors 0;
} }
potentialFlow potentialFlow
@ -85,7 +85,7 @@ relaxationFactors
cache cache
{ {
grad(U) ; grad(U);
} }