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

5
(
    inlet
    {
        type            patch;
        nFaces          60;
        startFace       10034;
    }
    outlet
    {
        type            patch;
        nFaces          60;
        startFace       10094;
    }
    wall
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          248;
        startFace       10154;
    }
    wall-surface_body
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          286;
        startFace       10402;
    }
    frontAndBackPlanes
    {
        type            empty;
        inGroups        List<word> 1(empty);
        nFaces          10366;
        startFace       10688;
    }
)

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