FoamFile { version 2.0; format ascii; class dictionary; object fvSolution; }
solvers {p {solver GAMG; smoother GaussSeidel; tolerance 1e-10; relTol .01;} "(U|k|omega)" {solver smoothSolver; smoother symGaussSeidel; tolerance 1e-10; relTol .01;}} SIMPLE {nNonOrthogonalCorrectors 1; residualControl {p 1e-8; U 1e-8; k 1e-8; omega 1e-8;}} relaxationFactors {fields {p .3;} equations {U .6; k .5; omega .5;}}
