/*--------------------------------*- 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
{
    phase2_dispersedIn_phase1
    {
        type            SchillerNaumann;
    }
}

virtualMass
{
    phase2_dispersedIn_phase1
    {
        type            constantCoefficient;
        Cvm             0.5;
    }
}

lift
{
    phase2_dispersedIn_phase1
    {
        type            Tomiyama;
        aspectRatio
        {
            type            Wellek;
        }
    }
}

wallLubrication
{
    phase2_dispersedIn_phase1
    {
        type            Antal;
        Cw1             -0.01;
        Cw2             0.05;
    }
}

turbulentDispersion
{
}


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