Fixed URL for libccmio-2.6.1 (bug report #5 by Thomas Oliveira)
[foam-extend-3.2.git] / tutorials / compressible / sonicFoam / ras / nacaAirfoil / system / fvSchemes
blobec9ee289507077c4dd75d02a8f5fa55ea8957c7f
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.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(phi,k)      Gauss upwind;
33     div(phi,epsilon) Gauss upwind;
34     div(phi,R)      Gauss upwind;
35     div(R)          Gauss linear;
36     div(phid,p)     Gauss limitedLinear 1;
37     div(phiU,p)     Gauss limitedLinear 1;
38     div(phi,e)      Gauss limitedLinear 1;
39     div((muEff*dev2(grad(U).T()))) Gauss linear;
42 laplacianSchemes
44     default         Gauss linear limited 0.5;
47 interpolationSchemes
49     default         linear;
52 snGradSchemes
54     default         corrected;
57 fluxRequired
59     default         no;
60     p;
63 // ************************************************************************* //