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

6
(
    INLET
    {
        type            patch;
        nFaces          9;
        startFace       9594;
    }
    OUTLET
    {
        type            patch;
        nFaces          9;
        startFace       9603;
    }
    SOFA
    {
        type            wall;
        inGroups        1(wall);
        nFaces          115;
        startFace       9612;
    }
    SLAB
    {
        type            wall;
        inGroups        1(wall);
        nFaces          44;
        startFace       9727;
    }
    WALL
    {
        type            wall;
        inGroups        1(wall);
        nFaces          259;
        startFace       9771;
    }
    frontAndBackPlanes
    {
        type            empty;
        inGroups        1(empty);
        nFaces          9812;
        startFace       10030;
    }
)

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