Bugfix: single precision compilation fix
[foam-extend-3.2.git] / tutorials / mesh / cfMesh / tetMesh / socketOctree / system / fvSchemes
blob4d25d6f56efaeb27233a5f0f90adeeb3a6c5779b
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                |
3 | \\      /  F ield         | cfMesh: A library for mesh generation          |
4 |  \\    /   O peration     |                                                |
5 |   \\  /    A nd           | Author: Franjo Juretic                         |
6 |    \\/     M anipulation  | E-mail: franjo.juretic@c-fields.com            |
7 \*---------------------------------------------------------------------------*/
9 FoamFile
11     version     2.0;
12     format      ascii;
13     class       dictionary;
14     object      fvSchemes;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 ddtSchemes
20     default         Euler;
23 gradSchemes
25     default         Gauss linear;
26     grad(p)         Gauss linear;
29 divSchemes
31     default         none;
32     div(phi,U)      Gauss linear;
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(HbyA) linear;
48 snGradSchemes
50     default         corrected;
53 fluxRequired
55     default         no;
56     p;
59 // ************************************************************************* //