TUT: Corrected fvSchemes

This commit is contained in:
Andrew Heather
2018-11-14 11:20:17 +00:00
parent aad4c607b5
commit a824c7fe96

View File

@ -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;
}