compressibleInterFoam: Improve handling of compressibility and instate support for transonic flow

This commit is contained in:
Henry
2013-03-21 17:05:27 +00:00
parent 1d64955b69
commit 6247f0630b
8 changed files with 54 additions and 98 deletions

View File

@ -34,6 +34,7 @@ divSchemes
div(phid2,p_rgh) Gauss upwind;
div(rho*phi,T) Gauss upwind;
div(rho*phi,K) Gauss upwind;
div(phi,p) Gauss upwind;
div(phi,k) Gauss vanLeer;
div((muEff*dev2(T(grad(U))))) Gauss linear;
}