/*--------------------------------*- 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, U.gas1, U.gas2, name=residuals)

#includeFunc    probes
(
    name=probes,
    points=((1e-4 1.5707 0.05)
            (1e-4 0      0.05)),
    fields=( U.gas1 U.gas2 p_rgh )
)

#includeFunc    graphCell
(
    name=graph,
    start=(0 -1.5708 0.05),
    end=  (0  1.5708 0.05),
    axis=y,
    setFormat=csv,
    separator=" ",
    fields=( p_rgh U.gas1 U.gas2 alpha.gas1 )
)

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