Boundary file updates
This commit is contained in:
parent
a2c594ea77
commit
2ad619dbf8
3 changed files with 39 additions and 43 deletions
|
@ -16,49 +16,45 @@ FoamFile
|
|||
|
||||
5
|
||||
(
|
||||
movingWall
|
||||
{
|
||||
type wall;
|
||||
nFaces 10;
|
||||
startFace 180;
|
||||
}
|
||||
movingWall
|
||||
{
|
||||
type wall;
|
||||
nFaces 10;
|
||||
startFace 180;
|
||||
}
|
||||
left
|
||||
{
|
||||
type wall;
|
||||
nFaces 10;
|
||||
startFace 190;
|
||||
}
|
||||
right
|
||||
{
|
||||
type regionCouple;
|
||||
nFaces 10;
|
||||
startFace 200;
|
||||
|
||||
left
|
||||
{
|
||||
type wall;
|
||||
nFaces 10;
|
||||
startFace 190;
|
||||
}
|
||||
shadowRegion solid;
|
||||
shadowPatch left;
|
||||
attached off;
|
||||
isWall on;
|
||||
|
||||
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;
|
||||
}
|
||||
zone rightZone;
|
||||
master on;
|
||||
bridgeOverlap off;
|
||||
}
|
||||
bottom
|
||||
{
|
||||
type wall;
|
||||
nFaces 10;
|
||||
startFace 210;
|
||||
}
|
||||
frontAndBack
|
||||
{
|
||||
type empty;
|
||||
nFaces 200;
|
||||
startFace 220;
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | foam-extend: Open Source CFD |
|
||||
| \\ / O peration | Version: 4.0 |
|
||||
| \\ / O peration | Version: 4.1 |
|
||||
| \\ / A nd | Web: http://www.foam-extend.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | foam-extend: Open Source CFD |
|
||||
| \\ / O peration | Version: 4.0 |
|
||||
| \\ / O peration | Version: 4.1 |
|
||||
| \\ / A nd | Web: http://www.foam-extend.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
|
Reference in a new issue