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

5
(
    cylinder
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          200;
        startFace       40590;
    }
    inlet
    {
        type            patch;
        nFaces          50;
        startFace       40790;
    }
    outlet
    {
        type            patch;
        nFaces          50;
        startFace       40840;
    }
    topbottom
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          520;
        startFace       40890;
    }
    frontAndBackPlanes
    {
        type            empty;
        inGroups        List<word> 1(empty);
        nFaces          41000;
        startFace       41410;
    }
)

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