/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.2 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
5
(
impellerWall
type wall;
nFaces 68;
startFace 1040;
baffleWall
nFaces 84;
startFace 1108;
insideSlider
type ggi;
nFaces 36;
startFace 1192;
shadowPatch outsideSlider;
zone insideZone;
bridgeOverlap false;
outsideSlider
startFace 1228;
shadowPatch insideSlider;
zone outsideZone;
defaultFaces
type empty;
nFaces 1152;
startFace 1264;
)
// ************************************************************************* //