/*--------------------------------*- 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       256406;
    }
    cone
    {
        type            wall;
        nFaces          193;
        startFace       257136;
    }
    top
    {
        type            patch;
        nFaces          2172;
        startFace       257329;
    }
    bottom
    {
        type            wall;
        nFaces          2477;
        startFace       259501;
    }
    outlet
    {
        type            patch;
        nFaces          762;
        startFace       261978;
    }
    frontAndBack
    {
        type            patch;
        nFaces          4050;
        startFace       262740;
    }
)

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