/*--------------------------------*- 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    probes
(
    name=probes,
    points=( (0.5 0.05 0.05) ),
    fields=( k.water omega.water nut.water )
)

#includeFunc    graphCell
(
    name=graph,
    start=(0 0.05 0.05),
    end=  (1 0.05 0.05),
    axis=x,
    fields=(alpha.air k.water U.air U.water),
    setFormat=csv,
    separator=" "
)

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