/*--------------------------------*- 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          105161;
        startFace       209573;
    }
    inlet
    {
        type            patch;
        physicalType    patch;
        nFaces          404;
        startFace       314734;
    }
    top
    {
        type            patch;
        physicalType    patch;
        nFaces          263;
        startFace       315138;
    }
    back
    {
        type            empty;
        physicalType    patch;
        nFaces          105161;
        startFace       315401;
    }
    outlet
    {
        type            patch;
        physicalType    patch;
        nFaces          399;
        startFace       420562;
    }
    airfoil
    {
        type            wall;
        physicalType    patch;
        nFaces          169;
        startFace       420961;
    }
    bottom
    {
        type            patch;
        physicalType    patch;
        nFaces          263;
        startFace       421130;
    }
)

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