/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | foam-extend: Open Source CFD                    |
|  \\    /   O peration     | Version:     4.1                                |
|   \\  /    A nd           | Web:         http://www.foam-extend.org         |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile {
  version     2.0;
  format      ascii;
  class       polyBoundaryMesh;
  location    "constant/polyMesh";
  object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

6
(
top {
  type            patch;
  nFaces          100;
  startFace       2700;
}
left {
  type            symmetryPlane;
  nFaces          100;
  startFace       2800;
}
right {
  type            patch;
  nFaces          100;
  startFace       2900;
}
bottom {
  type            symmetryPlane;
  nFaces          100;
  startFace       3000;
}
front {
  type            patch;
  nFaces          100;
  startFace       3100;
}
back {
  type            symmetryPlane;
  nFaces          100;
  startFace       3200;
}
)


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