/*--------------------------------*- C++ -*----------------------------------*\
  ==  == ====== ====   ====    |
                    \\     ||  | Multiphase Code Repository by HZDR
  ======   //   ||  || ===//   | Website: https://doi.org/10.14278/rodare.767
  ||  ||  //    ||  // || \\   | License: GPL-3.0-or-later
  ==  == ====== ====   ==  ==  |
\*---------------------------------------------------------------------------*/

type            morphologyTransfer;
libs            ("libaddonMultiphaseEulerFvModels.so");

from            <from>;
to              <to>;

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

energySemiImplicit no;

model           disintegrationToDisperse;

timeScale       0.01;

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