ENH: change of setting for tutorials

This commit is contained in:
sergio 2017-06-27 08:05:15 -07:00
parent 36cd20c429
commit 708a887077
6 changed files with 6 additions and 13 deletions

View File

@ -46,6 +46,7 @@ boundaryField
hull
{
type omegaWallFunction;
blended true;
value $internalField;
}
}

View File

@ -17,7 +17,7 @@ FoamFile
ddtSchemes
{
default CrankNicolson 0.9;
default CrankNicolson 0.5;
}
gradSchemes

View File

@ -19,7 +19,7 @@ solvers
{
"alpha.water.*"
{
nAlphaCorr 2;
nAlphaCorr 3;
nAlphaSubCycles 1;
cAlpha 1;

View File

@ -41,6 +41,8 @@ dynamicRefineFvMeshCoeffs
(nHatf none)
(rhoPhi none)
(ghf none)
(alphaPhi none)
(alphaPhiUn none)
);
// Write the refinement level as a volScalarField
dumpLevel true;

View File

@ -15,11 +15,6 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
//DebugSwitches
//{
// dynamicRefineFvMesh 1;
//}
application interDyMFoam;
startFrom startTime;

View File

@ -15,11 +15,6 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
//DebugSwitches
//{
// dynamicRefineFvMesh 1;
//}
application interDyMFoam;
startFrom startTime;
@ -28,7 +23,7 @@ startTime 0;
stopAt endTime;
endTime 0.6;
endTime 2;
deltaT 0.001;