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

5
(
    unten
    {
        type            patch;
        nFaces          100;
        startFace       19800;
    }
    links
    {
        type            patch;
        nFaces          100;
        startFace       19900;
    }
    oben
    {
        type            patch;
        nFaces          100;
        startFace       20000;
    }
    rechts
    {
        type            patch;
        nFaces          100;
        startFace       20100;
    }
    vorneUndHinten
    {
        type            empty;
        nFaces          20000;
        startFace       20200;
    }
)

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