Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / heatTransfer / chtMultiRegionFoam / multiRegionHeater / constant / polyMesh / boundary
blob75fb8a4be6a65057658cb7d70fcc5e205fef894d
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      binary;
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 // ************************************************************************* //