/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 11 \\/ M anipulation | \*---------------------------------------------------------------------------*/ FoamFile { format ascii; class dictionary; location "system/heater"; object fvSolution; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // solvers { e { solver GAMG; smoother symGaussSeidel; tolerance 1e-6; relTol 0.1; } eFinal { $h; relTol 0; } } PIMPLE { nNonOrthogonalCorrectors 0; nNonOrthogonalCorrectors 2; } // ************************************************************************* //