47 lines
1.3 KiB
C++
47 lines
1.3 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: dev |
|
|
| \\ / A nd | Web: www.OpenFOAM.com |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class polyBoundaryMesh;
|
|
location "constant/polyMesh";
|
|
object boundary;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
4
|
|
(
|
|
rotor
|
|
{
|
|
type wall;
|
|
nFaces 144;
|
|
startFace 5640;
|
|
}
|
|
freestream
|
|
{
|
|
type patch;
|
|
nFaces 96;
|
|
startFace 5784;
|
|
}
|
|
front
|
|
{
|
|
type empty;
|
|
nFaces 2880;
|
|
startFace 5880;
|
|
}
|
|
back
|
|
{
|
|
type empty;
|
|
nFaces 2880;
|
|
startFace 8760;
|
|
}
|
|
)
|
|
|
|
// ************************************************************************* //
|