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

5
(
    inlet
    {
        type            patch;
        nFaces          58;
        startFace       8546;
    }
    outlet
    {
        type            patch;
        nFaces          58;
        startFace       8604;
    }
    wall
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          248;
        startFace       8662;
    }
    wall-surface_body
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          254;
        startFace       8910;
    }
    frontAndBackPlanes
    {
        type            empty;
        inGroups        List<word> 1(empty);
        nFaces          8858;
        startFace       9164;
    }
)

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