/*--------------------------------*- C++ -*----------------------------------*\
  ==  == ====== ====   ====    |
                    \\     ||  | Multiphase Code Repository by HZDR
  ======   //   ||  || ===//   | Website: https://doi.org/10.14278/rodare.767
  ||  ||  //    ||  // || \\   | License: GPL-3.0-or-later
  ==  == ====== ====   ==  ==  |
-------------------------------------------------------------------------------
Description
    Calculates the average value of one or more fields in a cellZone.

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

type            volFieldValue;
libs            ("libfieldFunctionObjects.so");

writeControl    writeTime;
writeInterval   1;

fields          (p);
cellZone        injection;

operation       volAverage;
writeFields     false;

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