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

6
(
    slip
    {
        type            patch;
        nFaces          504;
        startFace       51863;
    }
    sym
    {
        type            symmetry;
        inGroups        1(symmetry);
        nFaces          1417;
        startFace       52367;
    }
    inlet
    {
        type            patch;
        nFaces          36;
        startFace       53784;
    }
    outlet
    {
        type            patch;
        nFaces          36;
        startFace       53820;
    }
    lowerWall
    {
        type            wall;
        inGroups        1(wall);
        nFaces          1170;
        startFace       53856;
    }
    wall
    {
        type            wall;
        inGroups        1(wall);
        nFaces          1708;
        startFace       55026;
    }
)

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