/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM Extend Project: Open source CFD        |
|  \\    /   O peration     | Version:  1.6-ext                               |
|   \\  /    A nd           | Web:      www.extend-project.de                 |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

6
(
    steetWalls
    {
        type            wall;
        nFaces          100;
        startFace       3100;
    }
    branchWalls
    {
        type            wall;
        nFaces          40;
        startFace       3200;
    }
    westStreet
    {
        type            patch;
        nFaces          20;
        startFace       3240;
    }
    eastStreet
    {
        type            patch;
        nFaces          20;
        startFace       3260;
    }
    northBranch
    {
        type            patch;
        nFaces          20;
        startFace       3280;
    }
    defaultFaces
    {
        type            empty;
        nFaces          3200;
        startFace       3300;
    }
)

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