Bugfix: use correct component norm and clean-up

This commit is contained in:
Hrvoje Jasak 2017-04-26 21:02:50 +01:00
parent c083bd1139
commit 4ee3c86df1
2 changed files with 1 additions and 5 deletions

View file

@ -22,13 +22,11 @@ ddtSchemes
gradSchemes
{
default Gauss linear;
grad(p) Gauss linear;
}
divSchemes
{
default none;
// div(phi,U) Gauss upwind;
div(phi,U) Gauss linearUpwind Gauss linear;
div((nuEff*dev(T(grad(U))))) Gauss linear;
div((grad(p)|A(U))) Gauss linear;
@ -43,8 +41,6 @@ laplacianSchemes
interpolationSchemes
{
default linear;
interpolate(U) linear;
div(p) linear;
}
snGradSchemes

View file

@ -34,7 +34,7 @@ solvers
cycle V-cycle;
coarseningType AAMG;
norm componentNorm;
normComponent 0;
normComponent 3;
nPreSweeps 2;
nPostSweeps 2;