/*--------------------------------*- 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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
5
(
inlet
type patch;
nFaces 600;
startFace 715675;
outlet
nFaces 1140;
startFace 716275;
upperWall
type wall;
nFaces 4460;
startFace 717415;
lowerWall
nFaces 5000;
startFace 721875;
frontAndBack
type cyclic;
nFaces 24450;
startFace 726875;
featureCos 0.9;
)
// ************************************************************************* //