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

EulerFilmTransfer
{
    type        EulerFilmTransfer;
    libs        ("libaddonFilmEulerTransfer.so");

    filmPatch   film;
    phases      (liquid);

    liquid
    {
        morphology
        {
            type                EulerFilmMorphologyTransfer;
            timeScale           1e-2;
            totalDeltaToFilm    5e-4;
        }
    }
}

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