/*--------------------------------*- 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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

momentumSource
{
    type            semiImplicitSource;

    select          all;

    volumeMode      specific;

    sources
    {
        U.gas1
        {
            explicit    (1.5 0 0);
            implicit    0;
        }

        U.gas2
        {
            explicit    (3.5 0 0);
            implicit    0;
        }
    }
}

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