FoamFile {
  version     2.0;
  format      ascii;
  class       volScalarField;
  object      Y[O2];
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions      [0 0 0 0 0 0 0];

internalField   uniform 0.23;

boundaryField {
  top
  {
    type            fixedValue;
    value           uniform 0.23;
  }
  sides
  {
    type            zeroGradient;
  }
  bottom
  {
    type            zeroGradient;
  }
}


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