/*--------------------------------*- C++ -*----------------------------------*\
  ==  == ====== ====   ====    |
                    \\     ||  | Multiphase Code Repository by HZDR
  ======   //   ||  || ===//   | Website: https://doi.org/10.14278/rodare.767
  ||  ||  //    ||  // || \\   | License: GPL-3.0-or-later
  ==  == ====== ====   ==  ==  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    format      ascii;
    class       dictionary;
    location    "system";
    object      createZonesDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

injector1
{
    type            box;
    zoneType        cell;
    box             ( 0.008 0.001 0.004 ) ( 0.012 0.003 0.008 );
}

injector2
{
    type            box;
    zoneType        face;
    box             ( 0.028 0.001 -0.0001 ) ( 0.032 0.003 0.0001 );
}

injector3
{
    type            box;
    zoneType        cell;
    box             ( 0.048 0.001 0.004 ) ( 0.052 0.003 0.008 );
}

injector4
{
    type            box;
    zoneType        face;
    box             ( 0.068 0.001 -0.0001 ) ( 0.072 0.003 0.0001 );
}


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