/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: plus | | \\ / A nd | Web: www.OpenFOAM.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object fvSolution; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // solvers { h { solver PCG; preconditioner DIC; tolerance 0; relTol 0.1; } jouleHeatingSource:V { solver PCG; preconditioner DIC; tolerance 0; relTol 0.1; } } SIMPLE { nNonOrthogonalCorrectors 0; } relaxationFactors { equations { h 0.99; } } // ************************************************************************* //