Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / incompressible / shallowWaterFoam / squareBump / system / fvSchemes
blob57c3c855d81744e507626a7a481c4a3231d9597f
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     object      fvSchemes;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 ddtSchemes
19     default         CrankNicholson 0.9;
22 gradSchemes
24     default         Gauss linear;
27 divSchemes
29     default         none;
30     div(phiv,hU)    Gauss linear;
33 laplacianSchemes
35     default         Gauss linear uncorrected;
38 interpolationSchemes
40     default         linear;
43 snGradSchemes
45     default         uncorrected;
48 fluxRequired
50     h;
54 // ************************************************************************* //