STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / lagrangian / coalChemistryFoam / simplifiedSiwek / 0 / T
blob1ab13b43409cb9c3f76179fb54231d5062274c64
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.0                                |
5 |   \\  /    A nd           | Web:         http://www.extend-project.de       |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       volScalarField;
13     location    "0";
14     object      T;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 0 0 1 0 0 0];
20 internalField   uniform 400;
22 boundaryField
24     top
25     {
26         type            zeroGradient;
27     }
29     bottom
30     {
31         type            zeroGradient;
32     }
34     walls
35     {
36         type            fixedValue;
37         value           uniform 400;
38     }
40     symmetry
41     {
42         type            symmetryPlane;
43     }
45     frontAndBack
46     {
47         type            empty;
48     }
51 // ************************************************************************* //