/*--------------------------------*- 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
(
    Einlass
    {
        type            patch;
        nFaces          280;
        startFace       222480;
    }
    Oben
    {
        type            wall;
        nFaces          400;
        startFace       222760;
    }
    Auslass
    {
        type            patch;
        nFaces          280;
        startFace       223160;
    }
    Unten
    {
        type            wall;
        nFaces          400;
        startFace       223440;
    }
    Strebe
    {
        type            wall;
        nFaces          80;
        startFace       223840;
    }
    frontAndBack
    {
        type            empty;
        nFaces          223200;
        startFace       223920;
    }
)

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