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

@ -23,7 +23,7 @@ solvers
tolerance 1e-7;
relTol 0.01;
smoother GaussSeidel;
smoother DICGaussSeidel;
cacheAgglomeration true;
nCellsInCoarsestLevel 10;
@ -39,8 +39,8 @@ solvers
"(U|k|epsilon)"
{
solver PBiCG;
preconditioner DILU;
solver smoothSolver;
smoother symGaussSeidel;
tolerance 1e-05;
relTol 0.1;
}