This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/validationAndVerificationSuite/verification/GGI/bridgedOverlap/basicMesh-potentialFoam/boundary

62 lines
1.6 KiB
Text
Raw Normal View History

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.1 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
5
(
walls
{
type wall;
nFaces 24;
startFace 8;
}
inlet
{
type patch;
nFaces 1;
startFace 32;
}
outlet
{
type patch;
nFaces 3;
startFace 33;
}
movingSlider
{
type ggi;
nFaces 3;
startFace 36;
shadowPatch staticSlider;
zone movingSliderZone;
bridgeOverlap true;
}
staticSlider
{
type ggi;
nFaces 1;
startFace 39;
shadowPatch movingSlider;
zone staticSliderZone;
bridgeOverlap true;
}
)
// ************************************************************************* //