/*--------------------------------*- 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    "constant";
    object      caseSettings;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

inletLiquid
{
    U0x         0.1; // [m/s]
    U0y         0;   // [m/s]
}

topoSetInletAirC
{
    xmin        -1e-5;
    xmax        1e-5;
    ymin        0.4;
    ymax        0.42001;
    zmin        -1e-5;
    zmax        0.00101;
}

topoSetInletWater
{
    xmin        -1e-5;
    xmax        1e-5;
    ymin        0.37999;
    ymax        0.39999;
    zmin        -1e-5;
    zmax        0.00101;
}

topoSetOutletWater
{
    xmin        -1e-5;
    xmax        0.10001;
    ymin        -1e-5;
    ymax        1e-5;
    zmin        -1e-5;
    zmax        0.00101;
}

initFieldAlphaWater
{
    xmin        0;
    xmax        0.10001;
    ymin        0;
    ymax        0.4;
    zmin        0;
    zmax        0.001;
}

initFieldAlphaAirD1
{
    xmin        0.04;
    xmax        0.06;
    ymin        0.48;
    ymax        0.52;
    zmin        0;
    zmax        0.001;
}

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