BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / combustion / XiFoam / ras / moriyoshiHomogeneous / system / fvSchemes
blob4ed7fc7fb076fd6d475c195a25c0f61d711325b5
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 limitedLinearV 1;
32     div(phid,p)     Gauss limitedLinear 1;
33     div(phiU,p)     Gauss linear;
34     div(phi,k)      Gauss limitedLinear 1;
35     div(phi,epsilon) Gauss limitedLinear 1;
36     div(phi,R)      Gauss limitedLinear 1;
37     div(R)          Gauss linear;
38     div(phiXi,Xi)   Gauss limitedLinear 1;
39     div(phiXi,Su)   Gauss limitedLinear 1;
40     div(phiSt,b)    Gauss limitedLinear01 1;
41     div(phi,ft_b_h_hu) Gauss multivariateSelection
42     {
43         fu limitedLinear01 1;
44         ft limitedLinear01 1;
45         b limitedLinear01 1;
46         h limitedLinear 1;
47         hu limitedLinear 1;
48     };
49     div(U)          Gauss linear;
50     div((Su*grad(b))) Gauss linear;
51     div((U+((Su*Xi)*grad(b)))) Gauss linear;
52     div((muEff*dev2(T(grad(U))))) Gauss linear;
55 laplacianSchemes
57     default         none;
58     laplacian(muEff,U) Gauss linear corrected;
59     laplacian(DkEff,k) Gauss linear corrected;
60     laplacian(DepsilonEff,epsilon) Gauss linear corrected;
61     laplacian(DREff,R) Gauss linear corrected;
62     laplacian((rho*(1|A(U))),p) Gauss linear corrected;
63     laplacian(alphaEff,b) Gauss linear corrected;
64     laplacian(alphaEff,ft) Gauss linear corrected;
65     laplacian(alphaEff,h) Gauss linear corrected;
66     laplacian(alphaEff,hu) Gauss linear corrected;
69 interpolationSchemes
71     default         linear;
74 snGradSchemes
76     default         corrected;
79 fluxRequired
81     default         no;
82     p               ;
86 // ************************************************************************* //