Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / combustion / XiFoam / les / pitzDaily3D / constant / polyMesh / boundary
blobf42769ca1df1b9ce766a6b058abcc79fb05e1433
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      ascii;
12     class       polyBoundaryMesh;
13     location    "constant/polyMesh";
14     object      boundary;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20     inlet
21     {
22         type            patch;
23         nFaces          600;
24         startFace       715675;
25     }
26     outlet
27     {
28         type            patch;
29         nFaces          1140;
30         startFace       716275;
31     }
32     upperWall
33     {
34         type            wall;
35         nFaces          4460;
36         startFace       717415;
37     }
38     lowerWall
39     {
40         type            wall;
41         nFaces          5000;
42         startFace       721875;
43     }
44     front
45     {
46         type            cyclic;
47         nFaces          12225;
48         startFace       726875;
49         matchTolerance  0.0001;
50         neighbourPatch  back;
51     }
52     back
53     {
54         type            cyclic;
55         nFaces          12225;
56         startFace       739100;
57         matchTolerance  0.0001;
58         neighbourPatch  front;
59     }
62 // ************************************************************************* //