/*--------------------------------*- 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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
6
(
ibCylinder
type immersedBoundary;
nFaces 0;
startFace 3650;
internalFlow no;
in
type patch;
nFaces 25;
out
startFace 3675;
top
nFaces 75;
startFace 3700;
bottom
startFace 3775;
frontAndBack
type empty;
nFaces 3750;
startFace 3850;
)
// ************************************************************************* //