BUG: Correct div(u*p) for Teqn in compressibleInterFoam .Gitlab 1400.

This commit is contained in:
sergio
2019-08-21 11:34:18 -07:00
committed by Andrew Heather
parent 8fe96e5dee
commit 785241178f
5 changed files with 8 additions and 5 deletions

View File

@ -34,6 +34,7 @@ divSchemes
div(rhoPhi,T) Gauss linear;
div(rhoPhi,K) Gauss linear;
div((phi+meshPhi),p) Gauss linear;
div(U,p) Gauss linear;
div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;

View File

@ -39,6 +39,7 @@ divSchemes
div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
div((phi+meshPhi),p) Gauss linear;
div(phi,p) Gauss linear;
div((muEff*dev2(T(grad(U))))) Gauss linear;
}