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

7
(
    back
    {
        type            empty;
        physicalType    patch;
        nFaces          26100;
        startFace       51852;
    }
    inlet
    {
        type            patch;
        physicalType    patch;
        nFaces          96;
        startFace       77952;
    }
    top
    {
        type            wall;
        physicalType    patch;
        nFaces          216;
        startFace       78048;
    }
    front
    {
        type            empty;
        physicalType    patch;
        nFaces          26100;
        startFace       78264;
    }
    bottom
    {
        type            wall;
        physicalType    patch;
        nFaces          216;
        startFace       104364;
    }
    cylinderwalls
    {
        type            wall;
        physicalType    patch;
        nFaces          72;
        startFace       104580;
    }
    outlet
    {
        type            patch;
        physicalType    patch;
        nFaces          96;
        startFace       104652;
    }
)

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