Boundary file updates
This commit is contained in:
parent
a2c594ea77
commit
2ad619dbf8
3 changed files with 39 additions and 43 deletions
|
@ -16,22 +16,20 @@ FoamFile
|
|||
|
||||
5
|
||||
(
|
||||
movingWall
|
||||
{
|
||||
movingWall
|
||||
{
|
||||
type wall;
|
||||
nFaces 10;
|
||||
startFace 180;
|
||||
}
|
||||
|
||||
left
|
||||
{
|
||||
}
|
||||
left
|
||||
{
|
||||
type wall;
|
||||
nFaces 10;
|
||||
startFace 190;
|
||||
}
|
||||
|
||||
right
|
||||
{
|
||||
}
|
||||
right
|
||||
{
|
||||
type regionCouple;
|
||||
nFaces 10;
|
||||
startFace 200;
|
||||
|
@ -44,21 +42,19 @@ right
|
|||
zone rightZone;
|
||||
master on;
|
||||
bridgeOverlap off;
|
||||
}
|
||||
|
||||
bottom
|
||||
{
|
||||
}
|
||||
bottom
|
||||
{
|
||||
type wall;
|
||||
nFaces 10;
|
||||
startFace 210;
|
||||
}
|
||||
|
||||
frontAndBack
|
||||
{
|
||||
}
|
||||
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