STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / combustion / fireFoam / les / smallPoolFire2D / 0 / T
blob4480abb4ab355a0a14d017ab07c25476caeea0dd
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 300;
22 boundaryField
24     outlet
25     {
26         type            inletOutlet;
27         inletValue      uniform 300;
28         value           uniform 300;
29     }
30     sides
31     {
32         type            inletOutlet;
33         inletValue      uniform 300;
34         value           uniform 300;
35     }
36     base
37     {
38         type            zeroGradient;
39     }
40     inlet
41     {
42         type            fixedValue;
43         value           uniform 300;
44     }
45     frontBack
46     {
47         type            empty;
48     }
51 // ************************************************************************* //