/*--------------------------------*- 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          50;
        startFace       4900;
    }
    links
    {
        type            patch;
        nFaces          50;
        startFace       4950;
    }
    oben
    {
        type            patch;
        nFaces          50;
        startFace       5000;
    }
    rechts
    {
        type            patch;
        nFaces          50;
        startFace       5050;
    }
    vorneUndHinten
    {
        type            empty;
        nFaces          5000;
        startFace       5100;
    }
)

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