/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
| \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
7
(
plate
type wall;
nFaces 168;
startFace 41420;
outlet
type patch;
nFaces 84;
startFace 41588;
inlet
nFaces 80;
startFace 41672;
cylinder
nFaces 120;
startFace 41752;
bottom
nFaces 234;
startFace 41872;
top
startFace 42106;
frontAndBackPlanes
type empty;
nFaces 41880;
startFace 42340;
)
// ************************************************************************* //