/*--------------------------------*- 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    graphCell
(
    name=graph,
    start=(-0.01 0.01 0.01),
    end=  ( 1.01 0.01 0.01),
    axis=x,
    fields=( alpha.air1 alpha.air2 alpha.water ),
    setFormat=csv,
    separator=" "
)

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