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

internalFacesOnly true;

baffles
{
    MeshRefinement
    {
        type            faceZone;
        zoneName        MeshRefinement;
        patches
        {
            owner
            {
                name            MeshRefinement_M;
                type            patch;
            }
            neighbour
            {
                name            MeshRefinement_S;
                type            patch;
            }
        }
    }
}


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