/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  dev                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
|*---------------------------------------------------------------------------*|
|* OpenFOAM for Windows 18.06 (v1)                                           *|
|* Built by CFD Support, www.cfdsupport.com (based on Symscape).             *|
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

5
(
    INLET
    {
        type            patch;
        nFaces          19;
        startFace       1424;
    }
    OUTLET
    {
        type            patch;
        nFaces          19;
        startFace       1443;
    }
    UP
    {
        type            cyclicAMI;
        //inGroups        1(cyclicAMI);
        nFaces          39;
        startFace       1462;
        lowWeightCorrection 0.2;
        //matchTolerance  0.025;
        transform       noOrdering;
        neighbourPatch  DOWN;
    }
    DOWN
    {
        type            cyclicAMI;
        //inGroups        1(cyclicAMI);
        nFaces          39;
        startFace       1501;
        lowWeightCorrection 0.2;
        //matchTolerance  0.025;
        transform       noOrdering;
        neighbourPatch  UP;
    }
    frontAndBackPlanes
    {
        type            empty;
        inGroups        1(empty);
        nFaces          1482;
        startFace       1540;
    }
)

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