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

7
(
    inlet
    {
        type            cyclic;
        inGroups        1(cyclic);
        nFaces          5;
        startFace       4;
        matchTolerance  0.0001;
        transform       unknown;
        neighbourPatch  outlet;
    }
    outlet
    {
        type            cyclic;
        inGroups        1(cyclic);
        nFaces          5;
        startFace       9;
        matchTolerance  0.0001;
        transform       unknown;
        neighbourPatch  inlet;
    }
    top
    {
        type            wall;
        inGroups        1(wall);
        nFaces          0;
        startFace       14;
    }
    bottom
    {
        type            wall;
        inGroups        1(wall);
        nFaces          0;
        startFace       14;
    }
    frontAndBackPlanes
    {
        type            empty;
        inGroups        1(empty);
        nFaces          10;
        startFace       14;
    }
    procBoundary2to0
    {
        type            processor;
        inGroups        1(processor);
        nFaces          1;
        startFace       24;
        matchTolerance  0.0001;
        transform       unknown;
        myProcNo        2;
        neighbProcNo    0;
    }
    procBoundary2to3
    {
        type            processor;
        inGroups        1(processor);
        nFaces          1;
        startFace       25;
        matchTolerance  0.0001;
        transform       unknown;
        myProcNo        2;
        neighbProcNo    3;
    }
)

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