/*--------------------------------*- 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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

4
(
    oversetPatch
    {
        type            overset;
        inGroups        1(overset);
        nFaces          130;
        startFace       40499;
    }
    frontAndBack
    {
        type            empty;
        inGroups        1(empty);
        nFaces          42752;
        startFace       40629;
    }
    wingTop
    {
        type            wall;
        inGroups        1(wall);
        nFaces          250;
        startFace       83381;
    }
    wingBottom
    {
        type            wall;
        inGroups        1(wall);
        nFaces          250;
        startFace       83631;
    }
)

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