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

phases          ( air water );

air
{
    type            pureIsothermalPhaseModel;
    diameterModel
    {
        type            constant;
        d               0.001;
    }
    residualAlpha   1e-06;
}

water
{
    type            pureIsothermalPhaseModel;
    diameterModel
    {
        type            constant;
        d               0.007;
    }
    residualAlpha   1e-06;
}

blending
{
}

surfaceTension
{
}


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