initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / rhoCentralFoam / wedge15Ma5 / constant / polyMesh / boundary
blob4dcb5b5d7fe924949e97ae657ad420d0b2ed89f1
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          40;
23         startFace       9440;
24     }
25     outlet
26     {
27         type            patch;
28         nFaces          40;
29         startFace       9480;
30     }
31     bottom
32     {
33         type            symmetryPlane;
34         nFaces          40;
35         startFace       9520;
36     }
37     top
38     {
39         type            symmetryPlane;
40         nFaces          120;
41         startFace       9560;
42     }
43     obstacle
44     {
45         type            patch;
46         nFaces          80;
47         startFace       9680;
48     }
49     defaultFaces
50     {
51         type            empty;
52         nFaces          9600;
53         startFace       9760;
54     }
57 // ************************************************************************* //