/*--------------------------------*- 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_dispersedIn_water
    {
        type            SchillerNaumann;
        swarmCorrection
        {
            type            none;
        }
    }
    water_dispersedIn_air
    {
        type            SchillerNaumann;
        swarmCorrection
        {
            type            none;
        }
    }
    air_segregatedWith_water
    {
        type            segregated;
        m               0.5;
        n               8;
        swarmCorrection
        {
            type            none;
        }
    }
}

virtualMass
{
}

lift
{
}

wallLubrication
{
}

turbulentDispersion
{
}


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