| /*--------------------------------*- C++ -*----------------------------------*\ | |
| | ========= | | | |
| | \\ / F ield | foam-extend: Open Source CFD | | |
| | \\ / O peration | Version: 4.0 | | |
| | \\ / A nd | Web: http://www.foam-extend.org | | |
| | \\/ M anipulation | | | |
| \*---------------------------------------------------------------------------*/ | |
| FoamFile | |
| { | |
| version 2.0; | |
| format ascii; | |
| class dictionary; | |
| location "system"; | |
| object fvSchemes; | |
| } | |
| ddtSchemes | |
| { | |
| default steadyState; | |
| } | |
| gradSchemes | |
| { | |
| default Gauss linear; | |
| } | |
| divSchemes | |
| { | |
| default none; | |
| div(phi,U) bounded Gauss limitedLinearV 1; | |
| div(phi,k) bounded Gauss limitedLinear 1; | |
| div(phi,epsilon) bounded Gauss limitedLinear 1; | |
| div((nuEff*dev2(T(grad(U))))) Gauss linear; | |
| } | |
| laplacianSchemes | |
| { | |
| default Gauss linear corrected; | |
| } | |
| interpolationSchemes | |
| { | |
| default linear; | |
| } | |
| snGradSchemes | |
| { | |
| default corrected; | |
| } | |