initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / coodles / pitzDaily / constant / polyMesh / boundary
blob9a319af977dd86b1c9b4eee2523439c085d7c4cc
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.5                                   |
5 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       polyBoundaryMesh;
13     object      boundary;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19     inlet
20     {
21         type            patch;
22         nFaces          30;
23         startFace       24170;
24     }
25     outlet
26     {
27         type            patch;
28         nFaces          57;
29         startFace       24200;
30     }
31     upperWall
32     {
33         type            wall;
34         nFaces          223;
35         startFace       24257;
36     }
37     lowerWall
38     {
39         type            wall;
40         nFaces          250;
41         startFace       24480;
42     }
43     frontAndBack
44     {
45         type            empty;
46         nFaces          24450;
47         startFace       24730;
48     }
51 // ************************************************************************* //