/*--------------------------------*- C++ -*----------------------------------*\
  ==  == ====== ====   ====    |
                    \\     ||  | Multiphase Code Repository by HZDR
  ======   //   ||  || ===//   | Website: https://doi.org/10.14278/rodare.767
  ||  ||  //    ||  // || \\   | License: GPL-3.0-or-later
  ==  == ====== ====   ==  ==  |
-------------------------------------------------------------------------------
Description
    Calculate the thickness of a film via integration of the phase volume
    fraction in the wall normal direction.

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

type                filmThickness;
libs                ("libaddonFieldFunctionObjects.so");

field               <field>;
patch               <patch>;
nLayers             10;

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