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 hull
{ {
type omegaWallFunction; type omegaWallFunction;
blended true;
value $internalField; value $internalField;
} }
} }

View File

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

View File

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

View File

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

View File

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

View File

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