ENH: Tutorial updates re: PIMPLE updates

This commit is contained in:
andy
2011-04-18 11:54:59 +01:00
parent 89335fa1ce
commit f3e2afa23c
14 changed files with 212 additions and 161 deletions

View File

@ -32,15 +32,7 @@ solvers
relTol 0;
}
"(Yi|k|epsilon)"
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-06;
relTol 0;
}
"(U|hs)"
"(k|epsilon)"
{
solver PBiCG;
preconditioner DILU;
@ -48,12 +40,32 @@ solvers
relTol 0.1;
}
"(U|hs)Final"
"(k|epsilon)Final"
{
$k;
tolerance 1e-06;
relTol 0;
}
"(U|hs)"
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-06;
relTol 0.1;
}
"(U|hs)Final"
{
$U;
tolerance 1e-06;
relTol 0;
}
Yi
{
$hsFinal;
}
}
PIMPLE