/*--------------------------------*- 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 27;
startFace 374;
farFieldMoving
type patch;
nFaces 15;
startFace 401;
fixedWall
nFaces 12;
startFace 416;
axis
type empty;
nFaces 0;
startFace 428;
left
nFaces 10;
farField
startFace 438;
back
type wedge;
nFaces 209;
startFace 450;
front
startFace 659;
)
// ************************************************************************* //