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

5
(
    unten
    {
        type            patch;
        nFaces          200;
        startFace       79600;
    }
    links
    {
        type            patch;
        nFaces          200;
        startFace       79800;
    }
    oben
    {
        type            patch;
        nFaces          200;
        startFace       80000;
    }
    rechts
    {
        type            patch;
        nFaces          200;
        startFace       80200;
    }
    vorneUndHinten
    {
        type            empty;
        nFaces          80000;
        startFace       80400;
    }
)

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