damBreakWithObstacle tutorial: changed to linearUpwind

This commit is contained in:
Henry
2014-02-05 16:56:45 +00:00
committed by Andrew Heather
parent 0ba02b1734
commit e5e8f49489
2 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ FoamFile
application interDyMFoam; application interDyMFoam;
startFrom latestTime; startFrom startTime;
startTime 0; startTime 0;
@ -47,8 +47,8 @@ runTimeModifiable yes;
adjustTimeStep yes; adjustTimeStep yes;
maxCo 0.1; maxCo 0.2;
maxAlphaCo 0.1; maxAlphaCo 0.2;
maxDeltaT 1; maxDeltaT 1;

View File

@ -27,7 +27,7 @@ gradSchemes
divSchemes divSchemes
{ {
div(rhoPhi,U) Gauss upwind; div(rhoPhi,U) Gauss linearUpwind grad(U);
div(phi,alpha) Gauss vanLeer; div(phi,alpha) Gauss vanLeer;
div(phirb,alpha) Gauss linear; div(phirb,alpha) Gauss linear;
div((muEff*dev(T(grad(U))))) Gauss linear; div((muEff*dev(T(grad(U))))) Gauss linear;