Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / compressible / rhoPimpleFoam / ras / cavity / system / fvSchemes
blobd245ddff05b435c40e06b30c41c3d94d4a066564
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.com                      |
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;
26     grad(p)         Gauss linear;
29 divSchemes
31     default         none;
32     div(phi,U)      Gauss limitedLinearV 1;
33     div(phid,p)     Gauss limitedLinear 1;
34     div(phiU,p)     Gauss linear;
35     div(phi,h)      Gauss limitedLinear 1;
36     div(phi,k)      Gauss limitedLinear 1;
37     div(phi,epsilon) Gauss limitedLinear 1;
38     div(phi,R)      Gauss limitedLinear 1;
39     div(phi,omega)  Gauss limitedLinear 1;
40     div((rho*R))    Gauss linear;
41     div(R)          Gauss linear;
42     div(U)          Gauss linear;
43     div((muEff*dev2(T(grad(U))))) Gauss linear;
46 laplacianSchemes
48     default         none;
49     laplacian(muEff,U) Gauss linear corrected;
50     laplacian(mut,U) Gauss linear corrected;
51     laplacian(DkEff,k) Gauss linear corrected;
52     laplacian(DepsilonEff,epsilon) Gauss linear corrected;
53     laplacian(DREff,R) Gauss linear corrected;
54     laplacian(DomegaEff,omega) Gauss linear corrected;
55     laplacian((rho*(1|A(U))),p) Gauss linear corrected;
56     laplacian(alphaEff,h) Gauss linear corrected;
59 interpolationSchemes
61     default         linear;
64 snGradSchemes
66     default         corrected;
69 fluxRequired
71     default         no;
72     p               ;
76 // ************************************************************************* //