initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / dnsFoam / boxTurb16 / system / fvSchemes
blob9d912c030fc5a00fb48a87f2bc3a365d61fdcb0c
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.5                                   |
5 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      fvSchemes;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 ddtSchemes
19     default Euler;
22 gradSchemes
24     default         Gauss linear;
25     grad(p)         Gauss linear;
26     grad(U)         Gauss linear;
29 divSchemes
31     default         none;
32     div(phi,U)      Gauss cubic;
35 laplacianSchemes
37     default         none;
38     laplacian(nu,U) Gauss linear corrected;
39     laplacian((1|A(U)),p) Gauss linear corrected;
42 interpolationSchemes
44     default         linear;
45     interpolate(U)  linear;
48 snGradSchemes
50     default         corrected;
53 fluxRequired
55     default         no;
56     p;
59 // ************************************************************************* //