ENH: chtMultiregionFoam tutorial update

This commit is contained in:
andy
2010-10-08 14:37:21 +01:00
parent 02432d921b
commit ca6961f9ab
3 changed files with 21 additions and 7 deletions

View File

@ -18,9 +18,16 @@ solvers
{
rho
{
solver PCG
solver PCG;
preconditioner DIC;
tolerance 1e-8;
relTol 0.1;
}
rhoFinal
{
$rho;
tolerance 1e-8;
relTol 0;
}

View File

@ -18,9 +18,16 @@ solvers
{
rho
{
solver PCG
solver PCG;
preconditioner DIC;
tolerance 1e-7;
relTol 0.1;
}
rhoFinal
{
$rho;
tolerance 1e-7;
relTol 0;
}