/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v2412                                 |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      obstaclesDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

scale   1.0;

verbose 0;

#include "groups/group4"

_01
{
    groupId 1;

    zpipe { direction z; length 0.947; diameter 0.026; }

    obstacles
    (
        box { point (0 0 0); size (0.05 0.05 2); }
        box { point (1 0 0); size (0.05 0.05 2); }
        box { point (2 0 0); size (0.05 0.05 2); }
        cyl { point (1.031   0.975   0.056); $zpipe; }
    );
}


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