ENH: mixerVessel: use smoothSolver for transported quantities

This commit is contained in:
mattijs
2014-01-20 12:15:53 +00:00
parent 9bfa86e3fb
commit a271e98077

View File

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