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