ENH: Correcting fvSchemes/fvSolution for sloshingTank2D

This commit is contained in:
sergio
2017-12-22 11:06:08 -08:00
parent ac20f63cfc
commit 5a5c286a8b
2 changed files with 4 additions and 1 deletions

View File

@ -36,6 +36,9 @@ divSchemes
div((phi+meshPhi),p) Gauss linear;
div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
div(phi,thermo:rho.water) Gauss linear;
div(phi,thermo:rho.air) Gauss linear;
}
laplacianSchemes

View File

@ -21,7 +21,7 @@ solvers
{
nAlphaCorr 1;
nAlphaSubCycles 3;
cAlpha 1.5;
cAlpha 1;
}
".*(rho|rhoFinal)"