This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/compressible/steadyCompressibleSRFFoam/bentBlade/constant/polyMesh/boundary

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;
}
)
// ************************************************************************* //