/*--------------------------------*- 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    addonPhaseForces(phase=water)

#includeFunc    graphCell
(
    name=graph,
    start=(0.001 -0.00001 0.001),
    end=  (0.001  0.02001 0.001),
    axis=y,
    fields=
    (
        U.water
        U.air
        p_rgh
        alpha.water
        dragForce.water
    ),
    interpolationScheme=cell,
    setFormat=csv,
    separator=" "
)

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