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

7
(
    oversetPatch
    {
        type            overset;
        inGroups        1(overset);
        nFaces          0;
        startFace       51345;
    }
    stationaryWalls
    {
        type            wall;
        inGroups        1(wall);
        nFaces          315;
        startFace       51345;
    }
    atmosphere
    {
        type            patch;
        nFaces          75;
        startFace       51660;
    }
    defaultFaces
    {
        type            empty;
        inGroups        1(empty);
        nFaces          18000;
        startFace       51735;
    }
    sides
    {
        type            overset;
        inGroups        1(overset);
        nFaces          260;
        startFace       69735;
    }
    sphere
    {
        type            wall;
        inGroups        1(wall);
        nFaces          260;
        startFace       69995;
    }
    frontAndBack
    {
        type            empty;
        inGroups        1(empty);
        nFaces          33800;
        startFace       70255;
    }
)

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