60 lines
1.6 KiB
Text
60 lines
1.6 KiB
Text
|
/*--------------------------------*- 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;
|
||
|
}
|
||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||
|
|
||
|
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;
|
||
|
}
|
||
|
)
|
||
|
|
||
|
// ************************************************************************* //
|