/*--------------------------------*- 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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

6
(
    Stufe
    {
        type            wall;
        nFaces          120;
        startFace       258780;
    }
    unten
    {
        type            wall;
        nFaces          1000;
        startFace       258900;
    }
    Einlass
    {
        type            wall;
        nFaces          100;
        startFace       259900;
    }
    oben
    {
        type            wall;
        nFaces          1100;
        startFace       260000;
    }
    Auslass
    {
        type            patch;
        nFaces          120;
        startFace       261100;
    }
    vorneUndHinten
    {
        type            empty;
        nFaces          260000;
        startFace       261220;
    }
)

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