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

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

