TUT: interIsoFoam: remove redundant entries

This commit is contained in:
Johan Roenby
2021-12-10 16:19:20 +00:00
committed by Andrew Heather
parent 0bf7758dd4
commit b7af3ff891
22 changed files with 14 additions and 48 deletions

View File

@ -27,8 +27,6 @@ gradSchemes
divSchemes
{
div(rhoPhi,U) Gauss vanLeerV;
div(phi,alpha) Gauss vanLeer;
div(phirb,alpha) Gauss vanLeer;
div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
}

View File

@ -18,9 +18,8 @@ solvers
{
alpha.water
{
nAlphaCorr 1;
nAlphaSubCycles 3;
cAlpha 1.5;
cAlpha 1; // Read by interIsoFoam but not used
isoFaceTol 1e-10;
surfCellTol 1e-6;