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.*" "U.*"
{ {
solver smoothSolver; solver smoothSolver;
smoother GaussSeidel; smoother symGaussSeidel;
tolerance 1e-6; tolerance 1e-6;
relTol 0; relTol 0;
nSweeps 1;
} }
"(T|k|epsilon).*" "(T|k|epsilon).*"
{ {
solver PBiCG; solver smoothSolver;
preconditioner DILU; smoother symGaussSeidel;
tolerance 1e-6; tolerance 1e-6;
relTol 0; relTol 0;
} }