/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  9
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    format      binary;
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

7
(
    atmosphere
    {
        type            patch;
        nFaces          798;
        startFace       3350009;
    }
    inlet
    {
        type            patch;
        nFaces          3192;
        startFace       3350807;
    }
    outlet
    {
        type            patch;
        nFaces          3192;
        startFace       3353999;
    }
    bottom
    {
        type            symmetryPlane;
        inGroups        List<word> 1(symmetryPlane);
        nFaces          798;
        startFace       3357191;
    }
    side
    {
        type            symmetryPlane;
        inGroups        List<word> 1(symmetryPlane);
        nFaces          7056;
        startFace       3357989;
    }
    midPlane
    {
        type            symmetryPlane;
        inGroups        List<word> 1(symmetryPlane);
        nFaces          33084;
        startFace       3365045;
    }
    hull
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          36191;
        startFace       3398129;
    }
)

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