/*--------------------------------*- 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 binary;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
8
(
movingWall
type wall;
nFaces 85;
startFace 3665;
farFieldMoving
type patch;
nFaces 50;
startFace 3750;
fixedWall
nFaces 35;
startFace 3800;
axis
type symmetryPlane;
nFaces 0;
startFace 3835;
left
nFaces 30;
farField
startFace 3865;
back
type wedge;
nFaces 1900;
startFace 3900;
front
startFace 5800;
)
// ************************************************************************* //