STYLE: Quenching compiler warning
[foam-extend-3.2.git] / tutorials / coupled / blockCoupledScalarTransportFoam / blockCoupledSwirlTest / system / fvSchemes
blobb1e86de254febb4c36668973dbb9fc054a67ba04
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM Extend Project: Open Source CFD        |
4 |  \\    /   O peration     | Version:  1.6-ext                               |
5 |   \\  /    A nd           | Web:      www.extend-project.de                 |
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;
38     laplacian(DTs,Ts) Gauss linear corrected;
41 interpolationSchemes
43     default         linear;
46 snGradSchemes
48     default         corrected;
51 fluxRequired
53     default         no;
56 // ************************************************************************* //