/*--------------------------------*- 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
(
inlet
type patch;
nFaces 40;
startFace 7860;
outlet
startFace 7900;
lowerWall
nFaces 100;
startFace 7940;
upperWall
startFace 8040;
frontAndBack
type empty;
nFaces 8000;
startFace 8140;
)
// ************************************************************************* //