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:
@ -22,7 +22,7 @@ solvers
|
|||||||
nAlphaSubCycles 1;
|
nAlphaSubCycles 1;
|
||||||
|
|
||||||
MULESCorr yes;
|
MULESCorr yes;
|
||||||
nLimiterIter 10;
|
nLimiterIter 5;
|
||||||
alphaApplyPrevCorr yes;
|
alphaApplyPrevCorr yes;
|
||||||
|
|
||||||
solver smoothSolver;
|
solver smoothSolver;
|
||||||
@ -88,7 +88,7 @@ PIMPLE
|
|||||||
nNonOrthogonalCorrectors 0;
|
nNonOrthogonalCorrectors 0;
|
||||||
|
|
||||||
maxCo 10;
|
maxCo 10;
|
||||||
maxAlphaCo 5;
|
maxAlphaCo 1;
|
||||||
|
|
||||||
rDeltaTSmoothingCoeff 0.05;
|
rDeltaTSmoothingCoeff 0.05;
|
||||||
rDeltaTDampingCoeff 0.5;
|
rDeltaTDampingCoeff 0.5;
|
||||||
|
|||||||
Reference in New Issue
Block a user