/*--------------------------------*- 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          730;
        startFace       359074;
    }
    cone
    {
        type            wall;
        nFaces          193;
        startFace       359804;
    }
    top
    {
        type            patch;
        nFaces          2416;
        startFace       359997;
    }
    bottom
    {
        type            wall;
        nFaces          2541;
        startFace       362413;
    }
    outlet
    {
        type            patch;
        nFaces          824;
        startFace       364954;
    }
    frontAndBack
    {
        type            patch;
        nFaces          4356;
        startFace       365778;
    }
)

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