/*--------------------------------*- 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 29199;
    startFace 670880;
}

frontAndBack
{
    type empty;
}

inlet
{
    type wall;
    nFaces 608;
    startFace 714367;
}

lowerWall
{
    type wall;
    nFaces 752;
    startFace 714975;
}

outlet
{
    type wall;
    nFaces 608;
    startFace 715727;
}

upperWall
{
    type wall;
    nFaces 752;
    startFace 716335;
}

)


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