/*--------------------------------*- 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 29124;
    startFace 712405;
}

frontAndBack
{
    type empty;
}

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

lowerWall
{
    type wall;
    nFaces 944;
    startFace 760073;
}

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

upperWall
{
    type wall;
    nFaces 944;
    startFace 761625;
}

)


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