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

// Bubble radius in
radius                  0.25;

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

// Define the plane of the circle by its normal vector
planeNormalVector       (0 0 1);

// Name of the field to create
field                   alpha.air;

// Whether to set the phase inside (false) of outside (true) of the bubble
invert                  false;

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