/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 4.x | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object fvSchemes; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // ddtSchemes { default steadyState; } gradSchemes { default Gauss linear; //default cellMDLimited Gauss linear 1; grad(p) Gauss linear; } divSchemes { default none; div(phi,U) bounded Gauss linear; //div(phi,U) Gauss linearUpwind default; //div(phi,U) Gauss vanLeer; //div(phi,U) Gauss upwind; div((nuEff*dev2(T(grad(U))))) Gauss linear; } laplacianSchemes { default Gauss linear orthogonal; //default Gauss linear limited 0.5; //default Gauss linear limited 0; } interpolationSchemes { default linear; } snGradSchemes { default orthogonal; //default limited 0.5; //default limited 0; } // ************************************************************************* //