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

This commit is contained in:
Henry Weller
2017-09-08 14:59:56 +01:00
parent 33b579c3c1
commit aa2c977924
5 changed files with 4 additions and 6 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

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 5 |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
@ -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;