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

drag
{
    air_water
    {
        type            resolutionAdaptiveInterface;
        resolvingDrag
        {
            type            StrubeljTiselj;
            Tau             1e+08;
        }
        underResolvingDrag
        {
            type            IshiiMishima;
            Cd              0.44;
            residualSlip    0.001;
        }
    }
}

virtualMass
{
}

lift
{
}

wallLubrication
{
}

turbulentDispersion
{
}


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