Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / immersedBoundary / cylinderInChannelScalarTransport / system / fvSchemes
bloba44daa938db3b0e0250806f37b557da9991f5cfc
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.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 none;
20     ddt(T)  Euler;
23 gradSchemes
25     default         Gauss linear;
28 divSchemes
30     default         none;
31     div(phi,T)      Gauss upwind;
34 laplacianSchemes
36     default         none;
37     laplacian(DT,T) Gauss linear corrected;
39     laplacian(1,p) Gauss linear corrected;
42 interpolationSchemes
44     default         linear;
47 snGradSchemes
49     default         corrected;
52 fluxRequired
54     default         no;
55     p;
58 // ************************************************************************* //