/*--------------------------------*- C++ -*----------------------------------*\
|                                                                             |
|                Generated by the CfdOF workbench for FreeCAD                 |
|                      https://github.com/jaheyns/CfdOF                       |
|                                                                             |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       polyBoundaryMesh;
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

(
    inlet
    {
        type        patch;
    }

    outlet
    {
        type        patch;
    }

    wall
    {
        type        wall;
    }

    // Baffle "baffle" is created with createBaffles

    defaultFaces
    {
        type        wall;
    }

)

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