twoPhaseEulerFoam: updated tutorials

This commit is contained in:
Henry
2012-03-19 16:15:44 +00:00
parent f46e2fadf7
commit e09d04c3ba
11 changed files with 98 additions and 48 deletions

View File

@ -49,25 +49,21 @@ solvers
"(k|epsilon)Final"
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-05;
$k;
relTol 0;
}
alpha
{
solver PBiCG;
preconditioner DILU;
solver PCG;
preconditioner DIC;
tolerance 1e-10;
relTol 0.1;
}
alpha1Final
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-10;
$alpha;
relTol 0;
}
}
@ -77,6 +73,7 @@ PIMPLE
nCorrectors 2;
nNonOrthogonalCorrectors 0;
nAlphaCorr 2;
nAlphaSubCycles 3;
correctAlpha yes;
pRefCell 0;
pRefValue 0;