/*--------------------------------*- 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 { "(D|e)" { solver GAMG; tolerance 1e-06; relTol 0.9; smoother GaussSeidel; nCellsInCoarsestLevel 20; } } PIMPLE { compactNormalStress yes; } // ************************************************************************* //