/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.0 |
| \\ / A nd | Web: http://www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
6
(
left
type symmetryPlane;
nFaces 60;
startFace 7860;
right
type patch;
startFace 7920;
down
startFace 7980;
up
startFace 8040;
hole
nFaces 40;
startFace 8100;
frontAndBack
type empty;
nFaces 8000;
startFace 8140;
)
// ************************************************************************* //