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

5
(
    inlet
    {
        type            patch;
        nFaces          494;
        startFace       558495;
    }
    outlet
    {
        type            patch;
        nFaces          200;
        startFace       558989;
    }
    ground
    {
        type            wall;
        nFaces          6310;
        startFace       559189;
    }
    frontAndBack
    {
        type            symmetry;
        nFaces          1000;
        startFace       565499;
    }
    buildings
    {
        type            wall;
        nFaces          22723;
        startFace       566499;
    }
)

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