/*--------------------------------*- 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    "system";
    object      setBubbleAirCDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

// Bubble radius
radius                  0.5;

// Bubble centre coordinate
centre                  (1 1 0);

// Plane normal vector (z for a 2-D case in x-y)
planeNormalVector       (0 0 1);

// Name of the field to initialise
field                   alpha.airC;

// Set the phase inside (false) or outside (true) of the bubble
invert                  false;

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