/*--------------------------------*- C++ -*----------------------------------*\
  ==  == ====== ====   ====    |
                    \\     ||  | Multiphase Code Repository by HZDR
  ======   //   ||  || ===//   | Website: https://doi.org/10.14278/rodare.767
  ||  ||  //    ||  // || \\   | License: GPL-3.0-or-later
  ==  == ====== ====   ==  ==  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    format      ascii;
    class       dictionary;
    location    "system";
    object      functions;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

#includeFunc addonPopulationBalanceSizeDistribution
(
    name=fDistribution,
    populationBalance=bubbles,
    functionType=numberDensity,
    coordinateType=volume
)

#includeFunc addonPopulationBalanceMoments
(
    populationBalance=bubbles,
    momentType=integerMoment,
    coordinateType=volume,
    order=1
)

#includeFunc addonPopulationBalanceMoments
(
    populationBalance=bubbles,
    momentType=integerMoment,
    coordinateType=volume,
    order=0
)

#includeFunc volAverage(alpha.air1)
#includeFunc volAverage(alpha.air2)

#includeFunc volAverage(integerMoment0(N,v).bubbles)

#includeFunc volAverage(integerMoment1(N,v).bubbles)

#includeFunc writeObjects(rho.air1)
#includeFunc writeObjects(rho.air2)

#includeFunc writeObjects(rho.water)

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