FoamFile { version 2.0; format ascii; class dictionary; object fvSolution; }

solvers {
 p { solver GAMG; tolerance 1e-9; relTol 0.01; smoother GaussSeidel; }
 U { solver smoothSolver; smoother symGaussSeidel; tolerance 1e-10; relTol 0.05; }
}
SIMPLE { nNonOrthogonalCorrectors 0; consistent yes; residualControl { p 1e-7; U 1e-7; } }
relaxationFactors { fields { p 0.3; } equations { U 0.7; } }

