tutorials/multiphase/interFoam/RAS/DTCHull: Improved LTS settings

Following a rationalisation of the Courant number used to set the LTS time-step
the LTS settings needed to be changed to improve convergence.
This commit is contained in:
Henry Weller
2022-01-29 09:10:39 +00:00
parent 3c2fc7ca99
commit 360fd3f804

View File

@ -22,7 +22,7 @@ solvers
nAlphaSubCycles 1;
MULESCorr yes;
nLimiterIter 10;
nLimiterIter 5;
alphaApplyPrevCorr yes;
solver smoothSolver;
@ -88,7 +88,7 @@ PIMPLE
nNonOrthogonalCorrectors 0;
maxCo 10;
maxAlphaCo 5;
maxAlphaCo 1;
rDeltaTSmoothingCoeff 0.05;
rDeltaTDampingCoeff 0.5;