sonicFoam shockTube tutorial: updated for new Eeqn

This commit is contained in:
Henry
2012-10-11 18:11:50 +01:00
parent 015d1fb1bf
commit 6119938615

View File

@ -33,7 +33,8 @@ divSchemes
div(phi,U) Gauss upwind;
div(phid,p) Gauss limitedLinear 1;
div(phi,e) Gauss limitedLinear 1;
div(phi,Ekp) Gauss limitedLinear 1;
div(phi,K) Gauss limitedLinear 1;
div(phiv,p) Gauss limitedLinear 1;
div((muEff*dev2(T(grad(U))))) Gauss linear 1;
}