Updated tutorial

This commit is contained in:
Henry 2013-10-01 11:29:32 +01:00
parent e53d830742
commit e42af28f7d

View File

@ -32,6 +32,7 @@ divSchemes
div(phi,U) Gauss linearUpwind grad(U);
div(phi,h) Gauss linearUpwind grad(h);
div(phi,K) Gauss linear;
div(meshPhi,p) Gauss linear;
div(phi,k) Gauss upwind;
div(phi,epsilon) Gauss upwind;
div((muEff*dev2(T(grad(U))))) Gauss linear;