initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / sonicFoam / forwardStep / constant / polyMesh / boundary
blob9b476298607bf1f435ae52d68a8eac48b679e28b
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 50;
23     startFace 10325;
26 outlet
28     type patch;
29     nFaces 40;
30     startFace 10375;
33 bottom
35     type symmetryPlane;
36     nFaces 25;
37     startFace 10415;
40 top
42     type symmetryPlane;
43     nFaces 125;
44     startFace 10440;
47 obstacle
49     type patch;
50     nFaces 110;
51     startFace 10565;
54 defaultFaces
56     type empty;
57     nFaces 10500;
58     startFace 10675;
62 // ************************************************************************* //