/*--------------------------------*- 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    residuals(p_rgh, name=residuals)

#includeFunc    graphCell
(
    name=graph,
    start=(0.0       0.0 3.03),
    end=  (0.0255756 0.0 3.03),
    axis=x,
    fields=( alpha.air1 alpha.air2 U.bubbles U.water ),
    setFormat=csv,
    separator=" "
)

#includeFunc    addonPhaseForces(phase=air1)
#includeFunc    addonPhaseForces(phase=air2)
#includeFunc    addonPhaseForces(phase=water)

#includeFunc    stopAtFile(action=writeNow)

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