/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.2 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | For copyright notice see file Copyright |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
5
(
inlet
type patch;
nFaces 30;
startFace 24170;
outlet
nFaces 57;
startFace 24200;
upperWall
type wall;
nFaces 223;
startFace 24257;
lowerWall
nFaces 250;
startFace 24480;
frontAndBack
type empty;
nFaces 24450;
startFace 24730;
)
// ************************************************************************* //