/*--------------------------------*- 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    "constant";
    object      fvModels;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

massSource
{
    type            massSource;

    phase           water;

    cellZone
    {
        type            containsPoints;

        points
        (
            (0.075 0.925 0.05)
        );
    }

    massFlowRate
    {
        type            square;
        amplitude       0.5;
        frequency       0.5;
        level           0.5;
        markSpace       0.3333;
    }
}

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