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

6
(
    front
    {
        type            patch;
        nFaces          169920;
        startFace       336901;
    }
    back
    {
        type            patch;
        nFaces          169920;
        startFace       506821;
    }
    bottom
    {
        type            patch;
        nFaces          2880;
        startFace       676741;
    }
    top
    {
        type            patch;
        nFaces          2880;
        startFace       679621;
    }
    left
    {
        type            patch;
        nFaces          59;
        startFace       682501;
    }
    right
    {
        type            patch;
        nFaces          59;
        startFace       682560;
    }
)

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