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

8
(
    x_min
    {
        type            patch;
        nFaces          14400;
        startFace       34333292;
    }
    x_max
    {
        type            patch;
        nFaces          14400;
        startFace       34347692;
    }
    wall
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          59183;
        startFace       34362092;
    }
    y_min
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          42948;
        startFace       34421275;
    }
    y_max
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          25406;
        startFace       34464223;
    }
    z_min
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          55848;
        startFace       34489629;
    }
    z_max
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          24350;
        startFace       34545477;
    }
    fibres
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          1512304;
        startFace       34569827;
    }
)

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