/*--------------------------------*- 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
(
    outer
    {
        type            patch;
        nFaces          825;
        startFace       23340;
    }
    ground
    {
        type            wall;
        nFaces          645;
        startFace       24165;
    }
    blockedFaces
    {
        type            wall;
        nFaces          0;
        startFace       24810;
    }
    baffleWall
    {
        type            wall;
        nFaces          0;
        startFace       24810;
    }
    baffleCyclic_half0
    {
        type            cyclic;
        nFaces          0;
        startFace       24810;
        matchTolerance  0.0001;
        neighbourPatch  baffleCyclic_half1;
    }
    baffleCyclic_half1
    {
        type            cyclic;
        nFaces          0;
        startFace       24810;
        matchTolerance  0.0001;
        neighbourPatch  baffleCyclic_half0;
    }
)

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