tutorials/multiphase/interFoam/laminar/wave: Consistency updates

This commit is contained in:
Henry Weller
2017-09-08 14:58:18 +01:00
parent 326bf3ed96
commit 30602652da
5 changed files with 3 additions and 5 deletions

View File

@ -6,7 +6,7 @@ cd ${0%/*} || exit 1
runApplication blockMesh
cp -r 0.org 0
cp -r 0.orig 0
runApplication extrudeMesh

View File

@ -19,15 +19,13 @@ solvers
{
"alpha.water.*"
{
nAlphaCorr 3;
nAlphaCorr 2;
nAlphaSubCycles 1;
cAlpha 1;
icAlpha 0;
alphaOuterCorrectors yes;
MULESCorr yes;
nLimiterIter 25;
nLimiterIter 3;
alphaApplyPrevCorr yes;
solver smoothSolver;