/*--------------------------------*- 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    patchAverage
(
    name=inletVelocity,
    patch=inlet,
    fields=(U.water)
)

#includeFunc    phaseStructureProperties
(
    name=gasPosition,
    alpha=alpha.airD,
    U=U.airD,
    calcSphericity=false
)

#includeFunc    stopAtFile(action=noWriteNow)

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