initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / icoFoam / cavityClipped / system / fvSchemes
blob46492b3d9c0f52510ca8dd9ed814c6a7f334c448
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;
28 divSchemes
30     default         none;
31     div(phi,U)      Gauss linear;
34 laplacianSchemes
36     default         none;
37     laplacian(nu,U) Gauss linear corrected;
38     laplacian((1|A(U)),p) Gauss linear corrected;
41 interpolationSchemes
43     default         linear;
44     interpolate(HbyA) linear;
47 snGradSchemes
49     default         corrected;
52 fluxRequired
54     default         no;
55     p;
58 // ************************************************************************* //