/*--------------------------------*- 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
{
    #includeEtc     "caseDicts/multimorph/continuousIsothermalPhase.cfg"
    residualAlpha   0.001;
}

water
{
    #includeEtc     "caseDicts/multimorph/continuousIsothermalPhase.cfg"
    residualAlpha   0.001;
}

blending
{
    #includeEtc     "caseDicts/multimorph/blending.cfg"
}

interfaceCompression
{
    air_water
    {
        #includeEtc     "caseDicts/multimorph/interfaceCompression.cfg"
    }
}

subGridSurfaceTension
{
    air_water
    {
        type            scaleSimilarity;
        filter          simple;
    }
}

surfaceTension
{
    air_water
    {
        type            constant;
        sigma           1.96;
    }
}


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