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

6
(
    wall
    {
        type            wall;
        nFaces          152;
        startFace       2845;
    }
    inlet
    {
        type            cyclic;
        nFaces          20;
        startFace       2997;
        matchTolerance  0.0001;
        neighbourPatch  outlet;
        transformType   translational;
        separation      (-0.045136 0 0);  
    }
    top
    {
        type            cyclic;
        nFaces          20;
        startFace       3017;
        matchTolerance  0.0001;
        neighbourPatch  bottom;
        transformType   translational;
        separation      (0 0.044919 0);  
    }
    outlet
    {
        type            cyclic;
        nFaces          20;
        startFace       3037;
        matchTolerance  0.0001;
        neighbourPatch  inlet;
        transformType   translational;
        separation      (0.045136 0 0);  
    }
    bottom
    {
        type            cyclic;
        nFaces          20;
        startFace       3057;
        matchTolerance  0.0001;
        neighbourPatch  top;
        transformType   translational;
        separation      (0 -0.044919 0);  
    }
    frontAndBack
    {
        type            empty;
        nFaces          3644;
        startFace       3077;
    }
)

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