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

5
(
    inlet
    {
        type            patch;
        physicalType    patch;
        nFaces          666;
        startFace       220945;
    }
    outlet
    {
        type            patch;
        physicalType    patch;
        nFaces          666;
        startFace       221611;
    }
    airfoil
    {
        type            patch;
        physicalType    patch;
        nFaces          197;
        startFace       222277;
    }
    flap
    {
        type            patch;
        physicalType    patch;
        nFaces          45;
        startFace       222474;
    }
    defaultFaces
    {
        type            empty;
        nFaces          221732;
        startFace       222519;
    }
)

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