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

4
(
top {
  type            wall;
  inGroups        1(wall);
  nFaces          320;
  startFace       25360;
}
wedge_pos {
  type            wedge;
  inGroups        1(wedge);
  nFaces          12800;
  startFace       25680;
}
wedge_neg {
  type            wedge;
  inGroups        1(wedge);
  nFaces          12800;
  startFace       38480;
}
center {
  type            empty;
  inGroups        1(empty);
  nFaces          0;
  startFace       51280;
}
)

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