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

5
(
    upperWalls
    {
        type            wall;
        inGroups        1(wall);
        nFaces          1;
        startFace       115;
    }
    bottomWalls
    {
        type            wall;
        inGroups        1(wall);
        nFaces          1;
        startFace       116;
    }
    leftSide
    {
        type            cyclic;
        inGroups        1(cyclic);
        nFaces          116;
        startFace       117;
        matchTolerance  0.0001;
        transform       unknown;
        neighbourPatch  rightSide;
    }
    rightSide
    {
        type            cyclic;
        inGroups        1(cyclic);
        nFaces          116;
        startFace       233;
        matchTolerance  0.0001;
        transform       unknown;
        neighbourPatch  leftSide;
    }
    frontAndBack
    {
        type            empty;
        inGroups        1(empty);
        nFaces          232;
        startFace       349;
    }
)

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