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/tutorials/coupled/conjugateHeatFoam/conjugateCavity/boundary

62 lines
1.6 KiB
Text
Raw Normal View History

2010-11-24 20:48:09 +00:00
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
2010-11-24 20:48:09 +00:00
| \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
2010-11-24 20:48:09 +00:00
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
2010-11-24 20:48:09 +00:00
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;
}
)
// ************************************************************************* //