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

6
(
    front
    {
        type            empty;
        nFaces          123900;
        startFace       245641;
    }
    back
    {
        type            empty;
        nFaces          123900;
        startFace       369541;
    }
    bottom
    {
        type            wall;
        nFaces          2100;
        startFace       493441;
    }
    top
    {
        type            patch;
        nFaces          2100;
        startFace       495541;
    }
    left
    {
        type            patch;
        nFaces          59;
        startFace       497641;
    }
    right
    {
        type            wall;
        nFaces          59;
        startFace       497700;
    }
)

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