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

damBreakWithObstacle tutorial: changed to linearUpwind

parent 0ba02b17
Branches
Tags
No related merge requests found
......@@ -17,7 +17,7 @@ FoamFile
application interDyMFoam;
startFrom latestTime;
startFrom startTime;
startTime 0;
......@@ -47,8 +47,8 @@ runTimeModifiable yes;
adjustTimeStep yes;
maxCo 0.1;
maxAlphaCo 0.1;
maxCo 0.2;
maxAlphaCo 0.2;
maxDeltaT 1;
......
......@@ -27,7 +27,7 @@ gradSchemes
divSchemes
{
div(rhoPhi,U) Gauss upwind;
div(rhoPhi,U) Gauss linearUpwind grad(U);
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