initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / nonNewtonianIcoFoam / offsetCylinder / system / fvSchemes
blob1decc09a6e6be51099c445871419a12b0203333d
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)         leastSquares;
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(U)  linear;
47 snGradSchemes
49     default         corrected;
52 fluxRequired
54     default         no;
55     p;
58 // ************************************************************************* //