Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev

This commit is contained in:
mattijs 2013-07-02 09:35:26 +01:00
commit e983d4044d
3 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ startTime 0;
stopAt endTime;
endTime 5;
endTime 500;
deltaT 1;

View File

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

View File

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