STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / combustion / reactingFoam / ras / counterFlowFlame2D / system / fvSchemes
blob4d6a798b66861cbada4da3816708541d835e00b5
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.0                                |
5 |   \\  /    A nd           | Web:         http://www.extend-project.de       |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      binary;
12     class       dictionary;
13     location    "system";
14     object      fvSchemes;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 ddtSchemes
20     default         Euler;
23 gradSchemes
25     default         Gauss linear;
26     grad(p)         Gauss linear;
29 divSchemes
31     default         none;
33     div(phi,U)      Gauss limitedLinearV 1;
34     div(phi,Yi_h)   Gauss limitedLinear01 1;
35     div(phi,hs)     Gauss limitedLinear 1;
36     div(phiU,p)     Gauss limitedLinear 1;
37     div(phid,p)     Gauss limitedLinear 1;
38     div(phi,epsilon) Gauss limitedLinear 1;
39     div(phi,k) Gauss limitedLinear 1;
40     div((muEff*dev2(grad(U).T()))) Gauss linear;
43 laplacianSchemes
45     default         Gauss linear uncorrected;
46     laplacian(muEff,U) Gauss linear uncorrected;
47     laplacian(mut,U) Gauss linear uncorrected;
48     laplacian(DkEff,k) Gauss linear uncorrected;
49     laplacian(DepsilonEff,epsilon) Gauss linear uncorrected;
50     laplacian((rho*(1|A(U))),p) Gauss linear uncorrected;
51     laplacian(alphaEff,hs) Gauss linear uncorrected;
54 interpolationSchemes
56     default         linear;
59 snGradSchemes
61     default         uncorrected;
64 fluxRequired
66     default         no;
67     p;
70 // ************************************************************************* //