/*--------------------------------*- 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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
8
(
freeSurface
type patch;
nFaces 1600;
startFace 111680;
inlet
nFaces 144;
startFace 113280;
outlet
nFaces 64;
startFace 113424;
bottom
type wall;
nFaces 1392;
startFace 113488;
side-1
nFaces 960;
startFace 114880;
side-2
startFace 115840;
symm-1
type symmetryPlane;
startFace 116800;
symm-2
startFace 117760;
)
// ************************************************************************* //