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

9
(
    axis
    {
        type            symmetryPlane;
        inGroups        1(symmetryPlane);
        nFaces          0;
        startFace       31843;
    }
    mainjet
    {
        type            patch;
        nFaces          10;
        startFace       31843;
    }
    pilot
    {
        type            patch;
        nFaces          15;
        startFace       31853;
    }
    coflow
    {
        type            patch;
        nFaces          80;
        startFace       31868;
    }
    outlet
    {
        type            patch;
        nFaces          107;
        startFace       31948;
    }
    burnerwall
    {
        type            wall;
        inGroups        1(wall);
        nFaces          2;
        startFace       32055;
    }
    slipwall
    {
        type            wall;
        inGroups        1(wall);
        nFaces          150;
        startFace       32057;
    }
    front
    {
        type            wedge;
        inGroups        1(wedge);
        nFaces          16050;
        startFace       32207;
    }
    back
    {
        type            wedge;
        inGroups        1(wedge);
        nFaces          16050;
        startFace       48257;
    }
)

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