/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2406                                  |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    arch        "LSB;label=32;scalar=64";
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //


6
(
airfoil
{
    type wall;
    nFaces 74366;
    startFace 1493846;
}

frontAndBack
{
    type empty;
}

inlet
{
    type wall;
    nFaces 968;
    startFace 1578596;
}

lowerWall
{
    type wall;
    nFaces 2596;
    startFace 1579564;
}

outlet
{
    type wall;
    nFaces 968;
    startFace 1582160;
}

upperWall
{
    type wall;
    nFaces 2596;
    startFace 1583128;
}

)


// ************************************************************************* //
