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

3
(
    walls
    {
        type            wall;
        inGroups        1(wall);
        nFaces          120;
        startFace       12360;
    }
    oversetPatch
    {
        type            overset;
        nFaces          120;
        startFace       12480;
        faces           ( ( 9 8 24 25 ) ( 10 9 25 26 ) ( 11 10 26 27 ) ( 12 11 27 28 ) ( 13 12 28 29 ) ( 14 13 29 30 ) ( 15 14 30 31 ) ( 8 15 31 24 ) );
    }
    frontAndBack
    {
        type            empty;
        inGroups        1(empty);
        nFaces          12480;
        startFace       12600;
    }
)

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