/*--------------------------------*- 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 6236;
    startFace 171690;
}

frontAndBack
{
    type empty;
}

inlet
{
    type wall;
    nFaces 352;
    startFace 182854;
}

lowerWall
{
    type wall;
    nFaces 448;
    startFace 183206;
}

outlet
{
    type wall;
    nFaces 352;
    startFace 183654;
}

upperWall
{
    type wall;
    nFaces 448;
    startFace 184006;
}

)


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