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

TUT: Corrected fvSchemes

parent aad4c607
Branches
Tags
No related merge requests found
......@@ -28,12 +28,12 @@ gradSchemes
divSchemes
{
default none;
div(phi,U) bounded Gauss linearUpwind grad(U);
div(phi,k) bounded Gauss upwind;
div(phi,epsilon) bounded Gauss upwind;
div(phi,R) bounded Gauss upwind;
div(phi,U) Gauss linearUpwind grad(U);
div(phi,k) Gauss upwind;
div(phi,epsilon) Gauss upwind;
div(phi,R) Gauss upwind;
div(R) Gauss linear;
div(phi,nuTilda) bounded Gauss upwind;
div(phi,nuTilda) Gauss upwind;
div((nuEff*dev2(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