/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | foam-extend: Open Source CFD | | \\ / O peration | Version: 3.1 | | \\ / A nd | Web: http://www.extend-project.de | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "system"; object fvSchemes; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // d2dt2Schemes { default Euler; } gradSchemes { default none; grad(U) leastSquares; snGradCorr(U) leastSquares; } divSchemes { default none; div(sigma) Gauss linear; } laplacianSchemes { default none; laplacian(DU,U) Gauss harmonic corrected; } snGradSchemes { snGrad(U) corrected; } interpolationSchemes { default none; interpolate(sigma) linear; interpolate(muLambda) harmonic; } // ************************************************************************* //