/*--------------------------------*- 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/wallFilm"; object fvSolution; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // solvers { "alpha.*" { solver PBiCGStab; preconditioner DILU; tolerance 1e-10; relTol 0; } "(U|e).*" { solver PBiCGStab; preconditioner DILU; tolerance 1e-10; relTol 0; } } PIMPLE { momentumPredictor yes; nCorr 1; nNonOrthCorr 0; } relaxationFactors { equations { ".*" 1; } } // ************************************************************************* //