Skip to content
Snippets Groups Projects
Commit a1e778ae authored by Henry's avatar Henry Committed by Andrew Heather
Browse files

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

parent b49af368
Branches
Tags
No related merge requests found
......@@ -47,8 +47,8 @@ runTimeModifiable yes;
adjustTimeStep yes;
maxCo 0.2;
maxAlphaCo 0.2;
maxCo 0.5;
maxAlphaCo 0.5;
maxDeltaT 1;
......
......@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment