/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.1 |
| \\ / A nd | Web: http://www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
5
(
movingWall
type wall;
nFaces 10;
startFace 180;
left
startFace 190;
right
type regionCouple;
startFace 200;
shadowRegion solid;
shadowPatch left;
attached off;
isWall on;
zone rightZone;
master on;
bridgeOverlap off;
bottom
startFace 210;
frontAndBack
type empty;
nFaces 200;
startFace 220;
)
// ************************************************************************* //