Improved schemes

This commit is contained in:
Henry 2013-09-17 15:56:57 +01:00
parent 83773831fa
commit ff3a4ee345

View File

@ -56,22 +56,14 @@ solvers
solver diagonal;
}
"U.*"
"(U|T|k|epsilon).*"
{
solver smoothSolver;
smoother GaussSeidel;
smoother symGaussSeidel;
tolerance 1e-6;
relTol 0;
nSweeps 1;
}
"(T|k|epsilon).*"
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-6;
relTol 0;
}
}
PIMPLE