Transferred copyright to the OpenFOAM Foundation
[OpenFOAM-2.0.x.git] / tutorials / incompressible / channelFoam / channel395 / constant / polyMesh / boundary
blob7ceba9f9bbfa751bcd8e3eca7e47c976d2f9cda7
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.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     bottomWall
21     {
22         type            wall;
23         nFaces          1200;
24         startFace       175300;
25     }
26     topWall
27     {
28         type            wall;
29         nFaces          1200;
30         startFace       176500;
31     }
32     sides1_half0
33     {
34         type            cyclic;
35         nFaces          1000;
36         startFace       177700;
37         matchTolerance  0.0001;
38         neighbourPatch  sides1_half1;
39     }
40     sides1_half1
41     {
42         type            cyclic;
43         nFaces          1000;
44         startFace       178700;
45         matchTolerance  0.0001;
46         neighbourPatch  sides1_half0;
47     }
48     sides2_half0
49     {
50         type            cyclic;
51         nFaces          1000;
52         startFace       179700;
53         matchTolerance  0.0001;
54         neighbourPatch  sides2_half1;
55     }
56     sides2_half1
57     {
58         type            cyclic;
59         nFaces          1000;
60         startFace       180700;
61         matchTolerance  0.0001;
62         neighbourPatch  sides2_half0;
63     }
64     inout1_half0
65     {
66         type            cyclic;
67         nFaces          750;
68         startFace       181700;
69         matchTolerance  0.0001;
70         neighbourPatch  inout1_half1;
71     }
72     inout1_half1
73     {
74         type            cyclic;
75         nFaces          750;
76         startFace       182450;
77         matchTolerance  0.0001;
78         neighbourPatch  inout1_half0;
79     }
80     inout2_half0
81     {
82         type            cyclic;
83         nFaces          750;
84         startFace       183200;
85         matchTolerance  0.0001;
86         neighbourPatch  inout2_half1;
87     }
88     inout2_half1
89     {
90         type            cyclic;
91         nFaces          750;
92         startFace       183950;
93         matchTolerance  0.0001;
94         neighbourPatch  inout2_half0;
95     }
98 // ************************************************************************* //