ENH: Updated bubbleFoam solver and tutorial

This commit is contained in:
andy
2011-04-18 15:05:30 +01:00
parent 6ab6476be7
commit 39b30e2429
5 changed files with 47 additions and 29 deletions

View File

@ -22,27 +22,33 @@ solvers
solver PCG;
preconditioner DIC;
tolerance 1e-10;
relTol 0.1;
}
pFinal
{
$p;
tolerance 1e-10;
relTol 0;
}
"(Ua|Ub|k|epsilon)"
alpha
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-05;
relTol 0;
tolerance 1e-10;
relTol 0.1;
}
"(alpha|beta)"
alphaFinal
{
solver PBiCG;
preconditioner DILU;
$alpha;
tolerance 1e-10;
relTol 0;
}
}
PISO
PIMPLE
{
nCorrectors 2;
nNonOrthogonalCorrectors 0;