/*--------------------------------*- 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
(
    axis
    {
        type            empty;
        inGroups        List<word> 1(empty);
        nFaces          0;
        startFace       3790;
    }
    wall
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          200;
        startFace       3790;
    }
    inlet
    {
        type            cyclic;
        inGroups        List<word> 1(cyclic);
        nFaces          10;
        startFace       3990;
        matchTolerance  0.0001;
        neighbourPatch  outlet;
        transformType   translational;
        separation      (-0.3999999999999999 0 0);
    }
    outlet
    {
        type            cyclic;
        inGroups        List<word> 1(cyclic);
        nFaces          10;
        startFace       4000;
        matchTolerance  0.0001;
        neighbourPatch  inlet;
        transformType   translational;
        separation      (0.3999999999999999 0 0);
    }
    wedgeFront
    {
        type            wedge;
        inGroups        List<word> 1(wedge);
        nFaces          2000;
        startFace       4010;
    }
    wedgeBack
    {
        type            wedge;
        inGroups        List<word> 1(wedge);
        nFaces          2000;
        startFace       6010;
    }
)

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