/*--------------------------------*- 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
    {
        type            patch;
        nFaces          50;
        startFace       7375;
    }
    outlet
    {
        type            patch;
        nFaces          50;
        startFace       7425;
    }
    bottom
    {
        type            symmetryPlane;
        inGroups        1(symmetryPlane);
        nFaces          25;
        startFace       7475;
    }
    top
    {
        type            patch;
        nFaces          75;
        startFace       7500;
    }
    obstacle
    {
        type            patch;
        nFaces          50;
        startFace       7575;
    }
    defaultFaces
    {
        type            empty;
        inGroups        1(empty);
        nFaces          7500;
        startFace       7625;
    }
)

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