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

5
(
    inlet
    {
        type            patch;
        nFaces          64;
        startFace       172305;
    }
    outlet
    {
        type            patch;
        nFaces          64;
        startFace       172369;
    }
    back
    {
        type            wedge;
        inGroups        List<word> 1(wedge);
        nFaces          86732;
        startFace       172433;
    }
    front
    {
        type            wedge;
        inGroups        List<word> 1(wedge);
        nFaces          86732;
        startFace       259165;
    }
    walls
    {
        type            patch;
        nFaces          1276;
        startFace       345897;
    }
)

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