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

6
(
    inlet_1
    {
        type            patch;
        nFaces          10;
        startFace       30780;
    }
    inlet_2
    {
        type            patch;
        nFaces          4;
        startFace       30790;
    }
    upper_wall
    {
        type            wall;
        inGroups        1(wall);
        nFaces          1200;
        startFace       30794;
    }
    lower_wall
    {
        type            wall;
        inGroups        1(wall);
        nFaces          1206;
        startFace       31994;
    }
    outlet
    {
        type            patch;
        nFaces          20;
        startFace       33200;
    }
    defaultFaces
    {
        type            empty;
        inGroups        1(empty);
        nFaces          32000;
        startFace       33220;
    }
)

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