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

7
(
    HOLE_WALL
    {
        type            wall;
        inGroups        1(wall);
        nFaces          30;
        startFace       23128;
    }
    MAIN_STREAM_INLET
    {
        type            patch;
        inGroups        1(patch);
        nFaces          59;
        startFace       23158;
    }
    TOP
    {
        type            wall;
        inGroups        1(wall);
        nFaces          196;
        startFace       23217;
    }
    OUTLET
    {
        type            patch;
        nFaces          59;
        startFace       23413;
    }
    PLATE
    {
        type            wall;
        inGroups        1(wall);
        nFaces          187;
        startFace       23472;
    }
    SECONDARY_STREAM_INLET
    {
        type            patch;
        inGroups        1(patch);
        nFaces          9;
        startFace       23659;
    }
    frontAndBackPlanes
    {
        type            empty;
        inGroups        1(empty);
        nFaces          23398;
        startFace       23668;
    }
)

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