/*--------------------------------*- 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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
6
(
inlet
type patch;
nFaces 240;
startFace 70140;
outlet
startFace 70380;
blade
type wall;
nFaces 880;
startFace 70620;
shaft
nFaces 2480;
startFace 71500;
shroud
startFace 73980;
frontAndBack
type cyclic;
nFaces 2200;
startFace 76460;
featureCos 0.9;
)
// ************************************************************************* //