/*--------------------------------*- 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
(
top
type patch;
nFaces 100;
startFace 19800;
left
startFace 19900;
right
startFace 20000;
bottom
startFace 20100;
front
type empty;
nFaces 10000;
startFace 20200;
back
startFace 30200;
)
// ************************************************************************* //