ENH: overset: new solvers, new stencil

This commit is contained in:
mattijs
2017-12-08 16:00:02 +00:00
parent 74b557d5f2
commit ddde330884
38 changed files with 1508 additions and 310 deletions

View File

@ -29,8 +29,8 @@ solvers
"alpha.water.*"
{
nAlphaCorr 2;
nAlphaSubCycles 1;
nAlphaCorr 3;
nAlphaSubCycles 2;
cAlpha 1;
icAlpha 0;
@ -82,8 +82,12 @@ PIMPLE
nCorrectors 2;
nNonOrthogonalCorrectors 0;
ddtCorr yes;
correctPhi no;
ddtCorr yes;
correctPhi no;
massFluxInterpolation no;
moveMeshOuterCorrectors no;
turbOnFinalIterOnly no;
oversetAdjustPhi no;