/*--------------------------------*- 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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
8
(
oversetFaces
type overset;
nFaces 0;
startFace 84880;
in
type patch;
nFaces 100;
out
startFace 84980;
top
type wall;
nFaces 300;
startFace 85080;
bottom
startFace 85380;
cylinder
nFaces 320;
startFace 85680;
outerCylinder
startFace 86000;
frontAndBack
type empty;
nFaces 85600;
startFace 86320;
)
// ************************************************************************* //