/*--------------------------------*- 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=graphA,
    start=( 0.075 -0.01 0.05),
    end=  ( 0.075  0.51 0.05),
    axis=y,
    fields=
    (
        p_rgh
        alpha.water
        alpha.oil
        alpha.airD
    ),
    setFormat=csv,
    separator=" "
)

#includeFunc    graphCell
(
    name=graphB,
    start=( 0.075 -0.01 0.05),
    end=  ( 0.075  0.51 0.05),
    axis=y,
    fields=
    (
        U.water
        U.oil
        U.airD
    ),
    setFormat=csv,
    separator=" "
)

#includeFunc    stopAtFile(action=writeNow)
#includeFunc    writeAtFile

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