ENH: Updated tutorials

This commit is contained in:
andy
2011-04-15 16:46:35 +01:00
parent 717db62583
commit 154761a3a1
55 changed files with 369 additions and 314 deletions

View File

@ -22,29 +22,27 @@ solvers
solver PCG;
preconditioner DIC;
tolerance 1e-07;
relTol 0;
relTol 0.1;
}
"U.*"
p_rghFinal
{
solver PBiCG;
preconditioner DILU;
$p_rgh;
tolerance 1e-07;
relTol 0;
}
k
"(U|Alpha|k|epsilon)"
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-07;
relTol 0;
relTol 0.1;
}
epsilon
"(U|Alpha|k|epsilon)Final"
{
solver PBiCG;
preconditioner DILU;
$k;
tolerance 1e-07;
relTol 0;
}
@ -54,19 +52,18 @@ solvers
solver PCG;
preconditioner DIC;
tolerance 1e-07;
relTol 0;
relTol 0.1;
}
Alpha
rhoFinal
{
solver PBiCG;
preconditioner DILU;
$rho;
tolerance 1e-07;
relTol 0;
}
}
PISO
PIMPLE
{
nCorrectors 2;
nNonOrthogonalCorrectors 0;