Skip to content
Snippets Groups Projects
Commit 1feae6d8 authored by Henry's avatar Henry
Browse files

damBreak: use linearUpwind rather than limitedLinear

parent 32560460
Branches
Tags
No related merge requests found
......@@ -27,7 +27,7 @@ gradSchemes
divSchemes
{
div(rhoPhi,U) Gauss limitedLinearV 1;
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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment