/*--------------------------------*- 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
(
    inlet
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          130;
        startFace       58800;
    }
    fixedWalls
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          340;
        startFace       58930;
    }
    frontAndBack
    {
        type            empty;
        inGroups        List<word> 1(empty);
        nFaces          59200;
        startFace       59270;
    }
    cylinderwalls
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          200;
        startFace       118470;
    }
    outlet
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          130;
        startFace       118670;
    }
)

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