/*--------------------------------*- C++ -*----------------------------------*\
  ==  == ====== ====   ====    |
                    \\     ||  | Multiphase Code Repository by HZDR
  ======   //   ||  || ===//   | Website: https://doi.org/10.14278/rodare.767
  ||  ||  //    ||  // || \\   | License: GPL-3.0-or-later
  ==  == ====== ====   ==  ==  |
-------------------------------------------------------------------------------
Description
    Write out centre of gravity, velocity, volume, surface area and sphericity
    for a resolved structure of the specified phase.

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

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

cellZone                all;

alpha                   <alpha>;
U                       U;
threshold               0.5;

calcSphericity          true;

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