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

5
(
    inlet
    {
        type            patch;
        nFaces          89;
        startFace       43257;
    }
    outlet
    {
        type            patch;
        nFaces          50;
        startFace       43346;
    }
    wall
    {
        type            wall;
        nFaces          3306;
        startFace       43396;
    }
    face
    {
        type            empty;
        nFaces          3722;
        startFace       46702;
    }
    fluidEdge
    {
        type            symmetry;
        nFaces          1151;
        startFace       50424;
    }
)

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