/*--------------------------------*- 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 75434;
    startFace 1395103;
}

frontAndBack
{
    type empty;
}

inlet
{
    type wall;
    nFaces 836;
    startFace 1477681;
}

lowerWall
{
    type wall;
    nFaces 2068;
    startFace 1478517;
}

outlet
{
    type wall;
    nFaces 836;
    startFace 1480585;
}

upperWall
{
    type wall;
    nFaces 2068;
    startFace 1481421;
}

)


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