/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
| \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
8
(
movingWall
type wall;
nFaces 17;
startFace 125;
farFieldMoving
type patch;
nFaces 10;
startFace 142;
fixedWall
nFaces 7;
startFace 152;
axis
type symmetryPlane;
startFace 159;
left
nFaces 6;
startFace 166;
farField
startFace 172;
back
type wedge;
nFaces 76;
startFace 179;
front
startFace 255;
)
// ************************************************************************* //