/*--------------------------------*- 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; object fvSolution; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // solvers { e { solver PCG; preconditioner DIC; tolerance 1e-06; relTol 0.1; } eFinal { $e; tolerance 1e-06; relTol 0; } } PIMPLE { nNonOrthogonalCorrectors 0; } relaxationFactors { equations { e 0.7; } } // ************************************************************************* //