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

#includeFunc    graphCell
(
    name=graph,
    start=(0.000 0.0 1.0),
    end=  (0.026 0.0 1.0),
    axis=x,
    fields=
    (
        alpha.air1
        alpha.air2
        U.air1
        U.air2
        k.water
        dragForce.air1
        virtualMassForce.air1
        dragForce.air2
        virtualMassForce.air2
        dragForce.water
        virtualMassForce.water
        liftForce.air1
        wallLubricationForce.air1
        turbulentDispersionForce.air1
        liftForce.air2
        wallLubricationForce.air2
        turbulentDispersionForce.air2
        liftForce.water
        wallLubricationForce.water
        turbulentDispersionForce.water
    ),
    setFormat=csv,
    separator=" "
)

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