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
|
5
|
||||||
(
|
(
|
||||||
movingWall
|
movingWall
|
||||||
{
|
{
|
||||||
type wall;
|
type wall;
|
||||||
nFaces 10;
|
nFaces 10;
|
||||||
startFace 180;
|
startFace 180;
|
||||||
}
|
}
|
||||||
|
left
|
||||||
left
|
{
|
||||||
{
|
|
||||||
type wall;
|
type wall;
|
||||||
nFaces 10;
|
nFaces 10;
|
||||||
startFace 190;
|
startFace 190;
|
||||||
}
|
}
|
||||||
|
right
|
||||||
right
|
{
|
||||||
{
|
|
||||||
type regionCouple;
|
type regionCouple;
|
||||||
nFaces 10;
|
nFaces 10;
|
||||||
startFace 200;
|
startFace 200;
|
||||||
|
@ -44,21 +42,19 @@ right
|
||||||
zone rightZone;
|
zone rightZone;
|
||||||
master on;
|
master on;
|
||||||
bridgeOverlap off;
|
bridgeOverlap off;
|
||||||
}
|
}
|
||||||
|
bottom
|
||||||
bottom
|
{
|
||||||
{
|
|
||||||
type wall;
|
type wall;
|
||||||
nFaces 10;
|
nFaces 10;
|
||||||
startFace 210;
|
startFace 210;
|
||||||
}
|
}
|
||||||
|
frontAndBack
|
||||||
frontAndBack
|
{
|
||||||
{
|
|
||||||
type empty;
|
type empty;
|
||||||
nFaces 200;
|
nFaces 200;
|
||||||
startFace 220;
|
startFace 220;
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | foam-extend: Open Source CFD |
|
| \\ / 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 |
|
| \\ / A nd | Web: http://www.foam-extend.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | foam-extend: Open Source CFD |
|
| \\ / 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 |
|
| \\ / A nd | Web: http://www.foam-extend.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
Reference in a new issue