ENH: tutorial update - incompressible

This commit is contained in:
andy
2014-01-24 15:21:10 +00:00
parent b95c4f9ee7
commit 73e876c7fb
30 changed files with 202 additions and 512 deletions

View File

@ -25,34 +25,10 @@ solvers
relTol 0;
}
k
"(k|epsilon|R|nuTilda)"
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-06;
relTol 0;
}
epsilon
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-06;
relTol 0;
}
R
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-06;
relTol 0;
}
nuTilda
{
solver PBiCG;
preconditioner DILU;
solver smoothSolver;
smoother symGaussSeidel;
tolerance 1e-06;
relTol 0;
}