/*--------------------------------*- C++ -*----------------------------------*\
  ==  == ====== ====   ====    |
                    \\     ||  | Multiphase Code Repository by HZDR
  ======   //   ||  || ===//   | Website: https://doi.org/10.14278/rodare.767
  ||  ||  //    ||  // || \\   | License: GPL-3.0-or-later
  ==  == ====== ====   ==  ==  |
-------------------------------------------------------------------------------
Description
    Writes the phase-fraction map field alpha.map with incremental value ranges
    for each phase e.g., with values 0 for water, 1 for air, 2 for oil etc.

\*---------------------------------------------------------------------------*/

type            phaseMap;
libs            ("libaddonMultiphaseEulerFunctionObjects.so");

writeControl    writeTime;

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