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

5
(
    inlet_1
    {
        type            patch;
        nFaces          16;
        startFace       21424;
    }
    inlet_2
    {
        type            wall;
        nFaces          16;
        startFace       21440;
        closedSolidBodyMotion false;
    }
    inlet_3
    {
        type            patch;
        nFaces          16;
        startFace       21456;
    }
    inlet_4
    {
        type            patch;
        nFaces          16;
        startFace       21472;
    }
    walls
    {
        type            wall;
        nFaces          4664;
        startFace       21488;
        closedSolidBodyMotion false;
    }
)


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