initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / heatTransfer / buoyantSimpleRadiationFoam / hotRadiationRoom / constant / polyMesh / boundary
blobf109c882302320d41de1892f2123132e184718b9
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       polyBoundaryMesh;
13     location    "constant/polyMesh";
14     object      boundary;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20     box
21     {
22         type            wall;
23         nFaces          300;
24         startFace       303675;
25     }
26     floor
27     {
28         type            wall;
29         nFaces          5125;
30         startFace       303975;
31     }
32     ceiling
33     {
34         type            wall;
35         nFaces          5225;
36         startFace       309100;
37     }
38     fixedWalls
39     {
40         type            wall;
41         nFaces          6000;
42         startFace       314325;
43     }
46 // ************************************************************************* //