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

entrainment
{
    type            entrainment;
    libs            ("libaddonMultiphaseEulerFvModels.so");

    // Note: Order is important. The transfer is from the first to the
    // second phase.
    phases          (waterC waterD);

    energySemiImplicit no;

    model           droplet;

    coefficient     50;
}

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