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

3
(
    oversetPatch
    {
        type            overset;
        nFaces          75;
        startFace       825;
    }
    walls
    {
        type            wall;
        inGroups        1(wall);
        nFaces          75;
        startFace       900;
    }
    frontAndBack
    {
        type            empty;
        inGroups        1(empty);
        nFaces          900;
        startFace       975;
    }
)

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