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

5
(
    bottom
    {
        type            patch;
        nFaces          1125;
        startFace       8748399;
    }
    top
    {
        type            patch;
        nFaces          6532;
        startFace       8749524;
    }
    wall
    {
        type            wall;
        inGroups        1(wall);
        nFaces          3000;
        startFace       8756056;
    }
    bob
    {
        type            patch;
        nFaces          110441;
        startFace       8759056;
    }
    rotor
    {
        type            patch;
        nFaces          1285736;
        startFace       8869497;
    }
)

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