initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / heatTransfer / buoyantBoussinesqSimpleFoam / iglooWithFridges / constant / polyMesh / boundary
blobed36d6f6c4c706abc259b9dd50efb83f6f373b2b
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            empty;
23         nFaces          0;
24         startFace       60456;
25     }
26     minX
27     {
28         type            empty;
29         nFaces          0;
30         startFace       60456;
31     }
32     maxX
33     {
34         type            empty;
35         nFaces          0;
36         startFace       60456;
37     }
38     minY
39     {
40         type            empty;
41         nFaces          0;
42         startFace       60456;
43     }
44     ground
45     {
46         type            wall;
47         nFaces          590;
48         startFace       60456;
49     }
50     maxZ
51     {
52         type            empty;
53         nFaces          0;
54         startFace       61046;
55     }
56     igloo_region0
57     {
58         type            wall;
59         nFaces          2260;
60         startFace       61046;
61     }
62     twoFridgeFreezers_seal_0
63     {
64         type            wall;
65         nFaces          1344;
66         startFace       63306;
67     }
68     twoFridgeFreezers_herring_1
69     {
70         type            wall;
71         nFaces          1116;
72         startFace       64650;
73     }
76 // ************************************************************************* //