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

3
(
    front
    {
        type            patch;
        nFaces          500;
        startFace       73500;
    }
    back
    {
        type            patch;
        nFaces          500;
        startFace       74000;
    }
    walls
    {
        type            wall;
        inGroups        1(wall);
        nFaces          2000;
        startFace       74500;
    }
)

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