initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / incompressible / simpleFoam / airFoil2D / constant / polyMesh / boundary
blob5b35737d185908c27d35393fbe003e7f9a09e1f2
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
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 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 inlet
20     type patch;
21     physicalType inlet;
22     nFaces 134;
23     startFace 21254;
26 outlet
28     type patch;
29     physicalType outlet;
30     nFaces 160;
31     startFace 21388;
34 wall
36     type wall;
37     physicalType wall;
38     nFaces 78;
39     startFace 21548;
42 frontAndBack
44     type empty;
45     physicalType empty;
46     nFaces 21440;
47     startFace 21626;
51 // ************************************************************************* //