ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / tutorials / combustion / fireFoam / les / oppositeBurningPanels / system / fvSchemes
blobc4978de39c4b5bfbf6bff8fd5ca81f4e3b441fff
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     location    "system";
14     object      fvSchemes;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 ddtSchemes
20     default         Euler;
23 gradSchemes
25     default         Gauss linear;
28 divSchemes
30     default         none;
31     div(phi,U)      Gauss limitedLinear 1;
32     div(phi,k)      Gauss limitedLinear 1;
33     div(phi,Yi_hs)  Gauss multivariateSelection
34     {
35         O2              limitedLinear01 1;
36         N2              limitedLinear01 1;
37         C3H8            limitedLinear01 1;
38         H2O             limitedLinear01 1;
39         CO2             limitedLinear01 1;
40         hs              limitedLinear 1;
41     };
42     div((muEff*dev2(T(grad(U))))) Gauss linear;
43     div(phiU,p)         Gauss linear;
44     div(Ji,Ii_h)        Gauss upwind;
47 laplacianSchemes
49     //default         none;
50     default         Gauss linear corrected;
51     laplacian(muEff,U) Gauss linear corrected;
52     laplacian(DkEff,k) Gauss linear corrected;
53     laplacian(alphaEff,hs) Gauss linear corrected;
54     laplacian((((rho*(1|A(U)))*rho)*gh)) Gauss linear corrected;
55     laplacian(interpolate((rho*(1|A(U)))),p) Gauss linear corrected;
56     laplacian(gammaRad,G) Gauss linear corrected;
59 interpolationSchemes
61     default         linear;
64 snGradSchemes
66     default         corrected;
69 fluxRequired
71     default         no;
72     p_rgh;
76 // ************************************************************************* //