/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.1 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
5
(
Inflow
type patch;
nFaces 112;
startFace 10592;
Lower
nFaces 48;
startFace 10704;
frontAndBack
type empty;
nFaces 10752;
startFace 10752;
Outflow
startFace 21504;
Upper
startFace 21616;
)
// ************************************************************************* //