initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / compressible / rhoCentralFoam / forwardStep / system / fvSchemes
blob857c5e0914baf74171c11970acb67a0a638f3205
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
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 fluxScheme      Kurganov;
20 ddtSchemes
22     default         Euler;
25 gradSchemes
27     default         Gauss linear;
30 divSchemes
32     default         none;
33     div(tauMC)      Gauss linear;
36 laplacianSchemes
38     default         Gauss linear corrected;
41 interpolationSchemes
43     default         linear;
44     reconstruct(rho) vanLeer;
45     reconstruct(U)  vanLeerV;
46     reconstruct(T)  vanLeer;
49 snGradSchemes
51     default         corrected;
55 // ************************************************************************* //