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

5
(
    PART_2:ARB_CURVES0
    {
        type            wall;
        inGroups        1(wall);
        nFaces          17452;
        startFace       1304360;
    }
    OUTLET:ARB_CURVES0
    {
        type            patch;
        nFaces          1612;
        startFace       1321812;
    }
    INFLOW:ARB_CURVES0
    {
        type            patch;
        nFaces          589;
        startFace       1323424;
    }
    DT_CONE_:ARB_CURVES0
    {
        type            wall;
        inGroups        1(wall);
        nFaces          17;
        startFace       1324013;
    }
    PART_1:ARB_CURVES0
    {
        type            wall;
        inGroups        1(wall);
        nFaces          17414;
        startFace       1324030;
    }
)

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