Tutorial settins update
This commit is contained in:
parent
193c90c29d
commit
2b2073fa43
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -22,7 +22,7 @@ solvers
|
|||
cycle W-cycle;
|
||||
coarseningType cluster;
|
||||
norm twoNorm;
|
||||
normComponent 0;
|
||||
normComponent 3;
|
||||
|
||||
minGroupSize 2;
|
||||
maxGroupSize 4;
|
||||
|
|
Reference in a new issue