FoamFile { format ascii; class dictionary; object fvSolution; }
solvers
{
 p { solver GAMG; tolerance 1e-7; relTol 0.05; smoother GaussSeidel; }
 "(U|k|omega)" { solver smoothSolver; smoother symGaussSeidel; tolerance 1e-7; relTol 0.1; }
}
SIMPLE
{
 nNonOrthogonalCorrectors 1;
 consistent yes;
 residualControl
 {
  p 1e-5;
  U 1e-5;
  "(k|omega)" 1e-5;
 }
}
relaxationFactors
{
 fields { p 0.3; }
 equations { U 0.7; k 0.7; omega 0.7; }
}
