damBreakWithObstacle: reverted to upwind for U (needs turbulence modelling) and increased Co

This commit is contained in:
Henry
2014-02-05 17:18:00 +00:00
committed by Andrew Heather
parent b49af36892
commit a1e778aea3
2 changed files with 3 additions and 3 deletions

View File

@ -47,8 +47,8 @@ runTimeModifiable yes;
adjustTimeStep yes;
maxCo 0.2;
maxAlphaCo 0.2;
maxCo 0.5;
maxAlphaCo 0.5;
maxDeltaT 1;

View File

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