/*--------------------------------*- 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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
13
(
inlet
type patch;
nFaces 20;
startFace 4120;
outlet
startFace 4140;
bottom
type wall;
nFaces 60;
startFace 4160;
top
startFace 4220;
firstCyl
nFaces 40;
startFace 4280;
secondCyl
startFace 4320;
frontIn
type ggi;
startFace 4360;
shadowPatch frontOut;
zone frontInZone;
bridgeOverlap true;
frontOut
nFaces 30;
startFace 4380;
shadowPatch frontIn;
zone frontOutZone;
middleIn
startFace 4410;
shadowPatch middleOut;
zone middleInZone;
middleOut
startFace 4440;
shadowPatch middleIn;
zone middleOutZone;
backIn
startFace 4470;
shadowPatch backOut;
zone backInZone;
backOut
startFace 4500;
shadowPatch backIn;
zone backOutZone;
defaultFaces
type empty;
nFaces 4320;
startFace 4520;
)
// ************************************************************************* //