/*--------------------------------*- 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      binary;
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

8
(
    walls
    {
        type            wall;
        nFaces          172;
        startFace       3294;
    }
    inlet
    {
        type            patch;
        nFaces          20;
        startFace       3466;
    }
    outlet
    {
        type            patch;
        nFaces          20;
        startFace       3486;
    }
    cycLeft_half0
    {
        type            cyclic;
        nFaces          20;
        startFace       3506;
        matchTolerance  0.0001;
        neighbourPatch  cycLeft_half1;
    }
    cycLeft_half1
    {
        type            cyclic;
        nFaces          20;
        startFace       3526;
        matchTolerance  0.0001;
        neighbourPatch  cycLeft_half0;
    }
    cycRight_half0
    {
        type            cyclic;
        nFaces          20;
        startFace       3546;
        matchTolerance  0.0001;
        neighbourPatch  cycRight_half1;
    }
    cycRight_half1
    {
        type            cyclic;
        nFaces          20;
        startFace       3566;
        matchTolerance  0.0001;
        neighbourPatch  cycRight_half0;
    }
    frontAndBack
    {
        type            empty;
        nFaces          3440;
        startFace       3586;
    }
)

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