/*--------------------------------*- 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          52470;
        startFace       104410;
    }
    inlet
    {
        type            patch;
        physicalType    patch;
        nFaces          287;
        startFace       156880;
    }
    top
    {
        type            patch;
        physicalType    patch;
        nFaces          185;
        startFace       157167;
    }
    back
    {
        type            empty;
        physicalType    patch;
        nFaces          52470;
        startFace       157352;
    }
    outlet
    {
        type            patch;
        physicalType    patch;
        nFaces          283;
        startFace       209822;
    }
    airfoil
    {
        type            wall;
        physicalType    patch;
        nFaces          120;
        startFace       210105;
    }
    bottom
    {
        type            patch;
        physicalType    patch;
        nFaces          185;
        startFace       210225;
    }
)

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