Initial release of the new fireFoam solver and ancillary libraries.
[OpenFOAM-1.6.x.git] / tutorials / combustion / fireFoam / les / smallPoolFire2D / 0 / T
blob1c7d1ebb4d55cb4cfb065e9a471cc237c216ecb0
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
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     }
52 // ************************************************************************* //