Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / incompressible / pimpleDyMFoam / wingMotion / wingMotion2D_simpleFoam / constant / polyMesh / boundary
blobe2986a97058240a7a45ca6cf5eb4457459dd3573
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       polyBoundaryMesh;
13     location    "constant/polyMesh";
14     object      boundary;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20     topAndBottom
21     {
22         type            patch;
23         nFaces          72;
24         startFace       25168;
25     }
26     inlet
27     {
28         type            patch;
29         nFaces          40;
30         startFace       25240;
31     }
32     outlet
33     {
34         type            patch;
35         nFaces          62;
36         startFace       25280;
37     }
38     front
39     {
40         type            empty;
41         nFaces          12559;
42         startFace       25342;
43     }
44     back
45     {
46         type            empty;
47         nFaces          12559;
48         startFace       37901;
49     }
50     wing
51     {
52         type            wall;
53         nFaces          378;
54         startFace       50460;
55     }
58 // ************************************************************************* //