/*--------------------------------*- 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          280;
        startFace       73140;
    }
    symmetry
    {
        type            patch;
        nFaces          480;
        startFace       73420;
    }
    inlet
    {
        type            patch;
        nFaces          80;
        startFace       73900;
    }
    outlet
    {
        type            patch;
        nFaces          80;
        startFace       73980;
    }
    frontAndBackPlanes
    {
        type            empty;
        inGroups        List<word> 1(empty);
        nFaces          73600;
        startFace       74060;
    }
)

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