/*--------------------------------*- 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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
5
(
leftWall
type wall;
nFaces 50;
startFace 4432;
rightWall
startFace 4482;
lowerWall
nFaces 62;
startFace 4532;
atmosphere
type patch;
nFaces 46;
startFace 4594;
defaultFaces
type empty;
nFaces 4536;
startFace 4640;
)
// ************************************************************************* //