Tutorial settins update

This commit is contained in:
Hrvoje Jasak 2017-04-26 18:41:32 +01:00
parent 193c90c29d
commit 2b2073fa43
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ gradSchemes
divSchemes
{
default none;
div(phi,U) Gauss upwind;
div(phi,U) Gauss linearUpwind Gauss linear;
div(phi,k) Gauss upwind;
div(phi,epsilon) Gauss upwind;
div((nuEff*dev(T(grad(U))))) Gauss linear;

View file

@ -22,7 +22,7 @@ solvers
cycle W-cycle;
coarseningType cluster;
norm twoNorm;
normComponent 0;
normComponent 3;
minGroupSize 2;
maxGroupSize 4;