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

4
(
    frontAndBack
    {
        type            empty;
        inGroups	1(empty);
        nFaces          25122;
        startFace       24884;
    }
    inlet
    {
        type            patch;
        physicalType    patch;
        nFaces          159;
        startFace       50006;
    }
    bottom
    {
        type            symmetryPlane;
        inGroups	1(symmetryPlane);
        nFaces          158;
        startFace       50165;
    }
    cywall
    {
        type            wall;
        inGroups	1(wall);
        nFaces          159;
        startFace       50323;
    }
)

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