initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / scalarTransportFoam / pitzDaily / constant / polyMesh / boundary
blob8eb7d98937fcdab8a13949fd6bdc743a0928e6d0
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
21     type patch;
22     nFaces 30;
23     startFace 24170;
26 outlet
28     type patch;
29     nFaces 57;
30     startFace 24200;
33 upperWall
35     type wall;
36     nFaces 223;
37     startFace 24257;
40 lowerWall
42     type wall;
43     nFaces 250;
44     startFace 24480;
47 frontAndBack
49     type empty;
50     nFaces 24450;
51     startFace 24730;
55 // ************************************************************************* //