initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / rasInterFoam / damBreak / constant / polyMesh / boundary
blobef32a0cb80e14d93c11446dcdaad610b64e78367
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 leftWall
21     type wall;
22     nFaces 50;
23     startFace 4432;
26 rightWall
28     type wall;
29     nFaces 50;
30     startFace 4482;
33 lowerWall
35     type wall;
36     nFaces 62;
37     startFace 4532;
40 atmosphere
42     type patch;
43     nFaces 46;
44     startFace 4594;
47 defaultFaces
49     type empty;
50     nFaces 4536;
51     startFace 4640;
55 // ************************************************************************* //