/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v2106                                 |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    arch        "LSB;label=32;scalar=64";
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

5
(
    inlet
    {
        type            patch;
        nFaces          82;
        startFace       43602;
    }
    outlet
    {
        type            patch;
        nFaces          82;
        startFace       43684;
    }
    nozzle
    {
        type            wall;
        inGroups        1(wall);
        nFaces          268;
        startFace       43766;
    }
    SYM
    {
        type            symmetryPlane;
        inGroups        1(wall);
        nFaces          268;
        startFace       44034;
    }
    frontAndBackPlanes
    {
        type            empty;
        inGroups        1(empty);
        nFaces          43952;
        startFace       44302;
    }
)

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