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

4
(
    hPatch
    {
        type            wall;
        nFaces          2000;
        startFace       7996000;
    }
    cPatch
    {
        type            wall;
        nFaces          2000;
        startFace       7998000;
    }
    fixedWalls
    {
        type            wall;
        nFaces          4000;
        startFace       8000000;
    }
    frontAndBack
    {
        type            empty;
        nFaces          8000000;
        startFace       8004000;
    }
)

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