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

6
(
    INLET
    {
        type            patch;
        nFaces          84;
        startFace       49893;
    }
    OUTLET
    {
        type            patch;
        nFaces          84;
        startFace       49977;
    }
    TOP
    {
        type            symmetry;
        inGroups        1(symmetry);
        nFaces          99;
        startFace       50061;
    }
    BOTTOM
    {
        type            symmetry;
        inGroups        1(symmetry);
        nFaces          99;
        startFace       50160;
    }
    CYLINDER
    {
        type            wall;
        inGroups        1(wall);
        nFaces          336;
        startFace       50259;
    }
    frontAndBackPlanes
    {
        type            empty;
        inGroups        1(empty);
        nFaces          50244;
        startFace       50595;
    }
)

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