ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / tutorials / incompressible / simpleFoam / airFoil2D / constant / polyMesh / boundary
blob10aaaae3b4888aa6394ba50b8f168b6e4b351f84
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.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 // ************************************************************************* //