/*--------------------------------*- 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 fieldAverage(U.air, U.water, alpha.air, p, k.water, epsilon.water)

#includeFunc    graphCell
(
    name=sampleLine,
    start=(0.075 0 0.05),
    end=  (0.075 1 0.05),
    axis=y,
    setFormat=csv,
    separator=" ",
    fields=( kMean.water )
)

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