/*--------------------------------*- 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.air1      0;
    alpha.air2      0;
    alpha.water     1;
}

zones
{
    box
    {
        type            box;
        boxes           ( ( 0.3 0 0 ) ( 0.7 0.1 0.1 ) );
        values
        {
            alpha.air1      0.1;
            alpha.air2      0.4;
            alpha.water     0.5;
        }
    }
}


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