/*--------------------------------*- 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      setFieldsDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

defaultValues
{
    alpha.airC          1;
    alpha.waterCaccum   0;
    alpha.waterD        0;
}

zones
{

    botto
    {
        type    box;
        box     (0 0 0) (0.1 0.1 0.1);
        values
        {
            alpha.airC          0;
            alpha.waterCaccum   1;
            alpha.waterD        0;
        }
    }
}


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