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/conjugateHeatSimpleFoam/conjugateCavity/boundary

65 lines
1.3 KiB
Text
Raw Normal View History

2013-08-20 13:26:25 +00:00
/*--------------------------------*- 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;
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
5
(
movingWall
{
type wall;
nFaces 10;
startFace 180;
}
left
{
type wall;
nFaces 10;
startFace 190;
}
right
{
type regionCouple;
nFaces 10;
startFace 200;
shadowRegion solid;
shadowPatch left;
attached off;
isWall on;
zone rightZone;
master on;
bridgeOverlap off;
}
bottom
{
type wall;
nFaces 10;
startFace 210;
}
frontAndBack
{
type empty;
nFaces 200;
startFace 220;
}
)
// ************************************************************************* //