/*--------------------------------*- 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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
5
(
movingWall
type wall;
nFaces 15;
startFace 420;
left
startFace 435;
right
type regionCouple;
startFace 450;
zone rightZone;
shadowRegion solid;
shadowPatch left;
master yes;
attached on;
isWall yes;
bridgeOverlap no;
bottom
startFace 465;
frontAndBack
type empty;
nFaces 450;
startFace 480;
)
// ************************************************************************* //