/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2312                                  |
|   \\  /    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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

7
(
    front
    {
        type            empty;
        physicalType    patch;
        nFaces          25920;
        startFace       51467;
    }
    inlet
    {
        type            patch;
        physicalType    patch;
        nFaces          202;
        startFace       77387;
    }
    top
    {
        type            patch;
        physicalType    patch;
        nFaces          130;
        startFace       77589;
    }
    back
    {
        type            empty;
        physicalType    patch;
        nFaces          25920;
        startFace       77719;
    }
    outlet
    {
        type            patch;
        physicalType    patch;
        nFaces          199;
        startFace       103639;
    }
    airfoil
    {
        type            wall;
        physicalType    patch;
        nFaces          85;
        startFace       103838;
    }
    bottom
    {
        type            patch;
        physicalType    patch;
        nFaces          130;
        startFace       103923;
    }
)

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