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

attachment
{
    type            attachment;
    libs            ("libaddonMultiphaseEulerFvModels.so");

    // Note: Order is important. The first phase is the particle phase
    // containing only the particle specie and the second is the aggregate
    // phase additionally containing the carrier specie.
    phases          (particle aggregate);

    // Species changing phase
    specie          particle;

    model           constant;

    carrierSpecie   bubble;
    maxLoading      0.5;
    k               10;

    energySemiImplicit no;
}


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