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

5
(
    walls
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          15466;
        startFace       365412;
    }
    inlet
    {
        type            patch;
        nFaces          392;
        startFace       380878;
    }
    ac1
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          36;
        startFace       381270;
    }
    ac2
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          36;
        startFace       381306;
    }
    outlet
    {
        type            patch;
        nFaces          36;
        startFace       381342;
    }
)

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