/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2206                                  |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      binary;
    arch        "LSB;label=32;scalar=64";
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

7
(
    oversetPatch
    {
        type            overset;
        inGroups        1(overset);
        nFaces          130;
        startFace       283114;
    }
    topAndBottom
    {
        type            patch;
        nFaces          704;
        startFace       283244;
    }
    inlet
    {
        type            patch;
        nFaces          220;
        startFace       283948;
    }
    outlet
    {
        type            patch;
        nFaces          264;
        startFace       284168;
    }
    frontAndBack
    {
        type            empty;
        inGroups        1(empty);
        nFaces          285544;
        startFace       284432;
    }
    wingTop
    {
        type            wall;
        inGroups        1(wall);
        nFaces          250;
        startFace       569976;
    }
    wingBottom
    {
        type            wall;
        inGroups        1(wall);
        nFaces          250;
        startFace       570226;
    }
)

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