/*--------------------------------*- 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    mag
(
    U.water,
    result=UMag.water,
    executeControl=timeStep,
    executeInterval=1
)

#includeFunc    mag
(
    U.air,
    result=UMag.air,
    executeControl=timeStep,
    executeInterval=1
)

#includeFunc    cellMax(UMag.water, name=UWaterMaxMagValue)
#includeFunc    cellMax(UMag.air,   name=UAirMaxMagValue  )

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