FoamFile
{
    version     2.0;
    format      ascii;
    location    "constant/polyMesh";
    class       polyBoundaryMesh;
    object      boundary;
}

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

8
(
    bottom
    {
        type wall;
        nFaces 544;
        startFace 60869;
    }
    east
    {
        type wall;
        nFaces 282;
        startFace 61413;
    }
    inlet
    {
        type patch;
        nFaces 596;
        startFace 61695;
    }
    north
    {
        type wall;
        nFaces 468;
        startFace 62291;
    }
    outlet
    {
        type patch;
        nFaces 584;
        startFace 62759;
    }
    south
    {
        type wall;
        nFaces 468;
        startFace 63343;
    }
    top
    {
        type wall;
        nFaces 624;
        startFace 63811;
    }
    west
    {
        type wall;
        nFaces 3372;
        startFace 64435;
    }
)


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