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

6
(
    inlet
    {
        type            patch;
        nFaces          1372;
        startFace       298510;
    }
    cone
    {
        type            wall;
        nFaces          1792;
        startFace       299882;
    }
    top
    {
        type            patch;
        nFaces          1282;
        startFace       301674;
    }
    bottom
    {
        type            wall;
        nFaces          3571;
        startFace       302956;
    }
    outlet
    {
        type            patch;
        nFaces          1396;
        startFace       306527;
    }
    frontAndBack
    {
        type            patch;
        nFaces          2687;
        startFace       307923;
    }
)

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