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

9
(
    slip
    {
        type            patch;
        nFaces          324;
        startFace       13158;
    }
    sym
    {
        type            symmetry;
        inGroups        1(symmetry);
        nFaces          549;
        startFace       13482;
    }
    inlet
    {
        type            patch;
        nFaces          0;
        startFace       14031;
    }
    outlet
    {
        type            patch;
        nFaces          36;
        startFace       14031;
    }
    lowerWall
    {
        type            wall;
        inGroups        1(wall);
        nFaces          383;
        startFace       14067;
    }
    wall
    {
        type            wall;
        inGroups        1(wall);
        nFaces          133;
        startFace       14450;
    }
    procBoundary0to1
    {
        type            processor;
        inGroups        1(processor);
        nFaces          336;
        startFace       14583;
        matchTolerance  0.0001;
        transform       unknown;
        myProcNo        0;
        neighbProcNo    1;
    }
    procBoundary0to2
    {
        type            processor;
        inGroups        1(processor);
        nFaces          33;
        startFace       14919;
        matchTolerance  0.0001;
        transform       unknown;
        myProcNo        0;
        neighbProcNo    2;
    }
    procBoundary0to3
    {
        type            processor;
        inGroups        1(processor);
        nFaces          17;
        startFace       14952;
        matchTolerance  0.0001;
        transform       unknown;
        myProcNo        0;
        neighbProcNo    3;
    }
)

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