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


6
(
    frontAndBack
    {
        type            empty;
        physicalType    patch;
        nFaces          39692;
        startFace       32182;
    }

    top
    {
        type            patch;
        physicalType    patch;
        nFaces          122;
        startFace       71874;
    }

    left
    {
        type            patch;
        physicalType    patch;
        nFaces          65;
        startFace       71996;
    }

    wall
    {
        type            patch;
        physicalType    patch;
        nFaces          96;
        startFace       72061;
    }

    right
    {
        type            patch;
        physicalType    patch;
        nFaces          65;
        startFace       72157;
    }

    bottom
    {
        type            patch;
        physicalType    patch;
        nFaces          26;
        startFace       72222;
    }

)


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