initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / settlingFoam / dahl / constant / polyMesh / boundary
blob430ad36dbf3835d14c54dad7324f707c53e0ca04
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 40;
23     startFace 15760;
26 outlet
28     type patch;
29     nFaces 4;
30     startFace 15800;
33 bottomWall
35     type patch;
36     nFaces 200;
37     startFace 15804;
40 endWall
42     type wall;
43     nFaces 36;
44     startFace 16004;
47 top
49     type symmetryPlane;
50     nFaces 200;
51     startFace 16040;
54 frontAndBack
56     type empty;
57     nFaces 16000;
58     startFace 16240;
62 // ************************************************************************* //