/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: dev \\/ M anipulation | \*---------------------------------------------------------------------------*/ FoamFile { format ascii; class dictionary; location "system"; object fvSolution; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // solvers { "alpha.water.*" { nAlphaCorr 2; nAlphaSubCycles 1; MULESCorr yes; nLimiterIter 5; alphaApplyPrevCorr yes; solver smoothSolver; smoother symGaussSeidel; tolerance 1e-8; relTol 0; } "pcorr.*" { solver GAMG; smoother DIC; tolerance 1e-3; relTol 0; } "p_rgh.*" { solver GAMG; smoother DIC; tolerance 1e-8; relTol 0; } "(U|k|epsilon).*" { solver smoothSolver; smoother GaussSeidel; tolerance 1e-6; relTol 0; } } PIMPLE { momentumPredictor no; nOuterCorrectors 2; nCorrectors 1; nNonOrthogonalCorrectors 0; correctPhi yes; moveMeshOuterCorrectors yes; } relaxationFactors { equations { ".*" 1; } } // ************************************************************************* //