Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / combustion / PDRFoam / flamePropagationWithObstacles / 0 / Tu
blob47987c62333ffe01d94327e59ee4ebe2b73f3f47
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.com                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       volScalarField;
13     location    "0";
14     object      Tu;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [ 0 0 0 1 0 0 0 ];
20 internalField   uniform 300;
22 boundaryField
24     outer
25     {
26         type            inletOutlet;
27         inletValue      uniform 300;
28         value           uniform 300;
29     }
30     ground
31     {
32         type            zeroGradient;
33     }
34     blockedFaces
35     {
36         type            zeroGradient;
37         value           uniform 300;
38     }
39     baffleWall
40     {
41         type            zeroGradient;
42         value           uniform 300;
43     }
44     baffleCyclic_half0
45     {
46         type            cyclic;
47     }
48     baffleCyclic_half1
49     {
50         type            cyclic;
51     }
55 // ************************************************************************* //