/*--------------------------------*- C++ -*----------------------------------*\
  ==  == ====== ====   ====    |
                    \\     ||  | Multiphase Code Repository by HZDR
  ======   //   ||  || ===//   | Website: https://doi.org/10.14278/rodare.767
  ||  ||  //    ||  // || \\   | License: GPL-3.0-or-later
  ==  == ====== ====   ==  ==  |
-------------------------------------------------------------------------------
Description
    Track multiple phase structures and calculate centre of gravity, velocity
    and volume of each of them.

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

type                    trackPhaseStructures;
libs                    ("libaddonFieldFunctionObjects.so");

writeControl            writeTime;

alpha                   <phaseName>;
U                       U;
threshold               0.5;

calcSphericity          true;

excludePatches          ();
tolerance               <tolerance>;
maxVolume               <maxVolume>;
minVolume               <minVolume>;

writeIndexField         true;

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