initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / heatTransfer / chtMultiRegionFoam / multiRegionHeater / constant / polyMesh / boundary
blob5bf895b5429d2189877727d9b1cef5907c47ae5d
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     maxY
21     {
22         type            wall;
23         nFaces          300;
24         startFace       8300;
25     }
26     minX
27     {
28         type            patch;
29         nFaces          100;
30         startFace       8600;
31     }
32     maxX
33     {
34         type            patch;
35         nFaces          100;
36         startFace       8700;
37     }
38     minY
39     {
40         type            wall;
41         nFaces          300;
42         startFace       8800;
43     }
44     minZ
45     {
46         type            wall;
47         nFaces          300;
48         startFace       9100;
49     }
50     maxZ
51     {
52         type            wall;
53         nFaces          300;
54         startFace       9400;
55     }
58 // ************************************************************************* //