/*--------------------------------*- C++ -*----------------------------------*\
  ==  == ====== ====   ====    |
                    \\     ||  | Multiphase Code Repository by HZDR
  ======   //   ||  || ===//   | Website: https://doi.org/10.14278/rodare.767
  ||  ||  //    ||  // || \\   | License: GPL-3.0-or-later
  ==  == ====== ====   ==  ==  |
-------------------------------------------------------------------------------
Description
    Calculates the blended interfacial forces acting on a given phase,
    i.e. drag, virtual mass, lift, wall-lubrication and turbulent
    dispersion. Note that it works only in solver post processing mode and in
    combination with multiphaseEuler. For a simulation involving more than two
    phases, the accumulated force is calculated by looping over all phasePairs
    the phase is a part of.

\*---------------------------------------------------------------------------*/

type            phaseForces;
libs            ("libaddonMultiphaseEulerFunctionObjects.so");

phase           <phaseName>;

executeControl  writeTime;
writeControl    writeTime;

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