59 lines
1.6 KiB
C++
59 lines
1.6 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | foam-extend: Open Source CFD |
|
|
| \\ / O peration | Version: 4.0 |
|
|
| \\ / 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;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
6
|
|
(
|
|
inlet
|
|
{
|
|
type patch;
|
|
nFaces 240;
|
|
startFace 70140;
|
|
}
|
|
outlet
|
|
{
|
|
type patch;
|
|
nFaces 240;
|
|
startFace 70380;
|
|
}
|
|
blade
|
|
{
|
|
type wall;
|
|
nFaces 880;
|
|
startFace 70620;
|
|
}
|
|
shaft
|
|
{
|
|
type wall;
|
|
nFaces 2480;
|
|
startFace 71500;
|
|
}
|
|
shroud
|
|
{
|
|
type wall;
|
|
nFaces 2480;
|
|
startFace 73980;
|
|
}
|
|
frontAndBack
|
|
{
|
|
type cyclic;
|
|
nFaces 2200;
|
|
startFace 76460;
|
|
featureCos 0.9;
|
|
}
|
|
)
|
|
|
|
// ************************************************************************* //
|