Fixed URL for libccmio-2.6.1 (bug report #5 by Thomas Oliveira)
[foam-extend-3.2.git] / tutorials / compressible / sonicFoam / laminar / shockTube / system / fvSchemes
blobf3e8c3c329eb8b5a59331f315bd3ec73a8b84d95
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         cellLimited Gauss linear 1;
28 divSchemes
30     default         none;
31     div(phi,U)      Gauss vanLeer;
32     div(phid,p)     Gauss vanLeer;
33     div(phi,e)      Gauss vanLeer;
34     div(phiU,p)     Gauss vanLeer;
35     div((muEff*dev2(grad(U).T()))) Gauss linear;
37     div(interpolate(rho),U) Gauss linear;
40 laplacianSchemes
42     default         Gauss linear corrected;
45 interpolationSchemes
47     default         linear;
50 snGradSchemes
52     default         corrected;
55 fluxRequired
57     default         no;
58     p               ;
61 // ************************************************************************* //