/*--------------------------------*- 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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

8
(
    slip
    {
        type            patch;
        nFaces          180;
        startFace       13473;
    }
    sym
    {
        type            symmetry;
        inGroups        1(symmetry);
        nFaces          388;
        startFace       13653;
    }
    inlet
    {
        type            patch;
        nFaces          36;
        startFace       14041;
    }
    outlet
    {
        type            patch;
        nFaces          0;
        startFace       14077;
    }
    lowerWall
    {
        type            wall;
        inGroups        1(wall);
        nFaces          274;
        startFace       14077;
    }
    wall
    {
        type            wall;
        inGroups        1(wall);
        nFaces          427;
        startFace       14351;
    }
    procBoundary3to0
    {
        type            processor;
        inGroups        1(processor);
        nFaces          17;
        startFace       14778;
        matchTolerance  0.0001;
        transform       unknown;
        myProcNo        3;
        neighbProcNo    0;
    }
    procBoundary3to2
    {
        type            processor;
        inGroups        1(processor);
        nFaces          318;
        startFace       14795;
        matchTolerance  0.0001;
        transform       unknown;
        myProcNo        3;
        neighbProcNo    2;
    }
)

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