/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  7
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile {
  version     2.0;
  format      ascii;
  class       polyBoundaryMesh;
  location    "constant/char/polyMesh";
  object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

3
(
top {
  type            wall;
  inGroups        List<word> 1(wall);
  nFaces          1;
  startFace       0;
}
sides {
  type            wall;
  inGroups        List<word> 1(wall);
  nFaces          4;
  startFace       1;
}
bottom {
  type            wall;
  inGroups        List<word> 1(wall);
  nFaces          1;
  startFace       5;
}
)

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