FoamFile { version 2.0; format ascii; class dictionary; location "system"; object fvSolution; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // solvers { p { solver GAMG; tolerance 1e-10; relTol 1e-6; smoother DICGaussSeidel; } pFinal { $p; relTol 0; } pcorrFinal { $p; relTol 0; } Phi { $p; } //GAMG //PBiCGStab //PCG //smoothSolver // PBiCGStab valid preconditioners: DIC FDIC GAMG diagonal none "(U|cellDisplacement)" // { // solver PBiCGStab; // preconditioner none; // tolerance 1e-06; // relTol 1e-10; // } { solver smoothSolver; smoother symGaussSeidel; tolerance 1e-10; relTol 1e-6; } "(U|cellDisplacement)Final" { $U; relTol 0; } } PIMPLE { nCorrectors 2; nNonOrthogonalCorrectors 0; tolerance 1.0e-14; relTol 5e-3; pisoTol 1e-6; consistent true; nOuterCorrectors 50; } // ************************************************************************* //