ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / tutorials / heatTransfer / buoyantSimpleFoam / circuitBoardCooling / system / baffleRegion / fvSchemes
blob68d1fb45cc0563b28029b610629e3247868605d7
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     location    "system/baffleRegion";
14     object      fvSchemes;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 ddtSchemes
20     default         steadyState;
23 divSchemes
25      default        none;
28 gradSchemes
30     default         Gauss linear;
33 laplacianSchemes
35     default         none;
36     laplacian(K,T) Gauss linear uncorrected;
40 // ************************************************************************* //