/*--------------------------------*- 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          616;
        startFace       221020;
    }
    top
    {
        type            patch;
        nFaces          2046;
        startFace       221636;
    }
    bottom
    {
        type            wall;
        nFaces          1946;
        startFace       223682;
    }
    outlet
    {
        type            patch;
        nFaces          706;
        startFace       225628;
    }
    frontAndBack
    {
        type            patch;
        nFaces          3916;
        startFace       226334;
    }
    cone
    {
        type            wall;
        nFaces          38;
        startFace       230250;
    }
)

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