41 lines
1.2 KiB
Text
41 lines
1.2 KiB
Text
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||
|
| ========= | |
|
||
|
| \\ / F ield | foam-extend: Open Source CFD |
|
||
|
| \\ / O peration | Version: 3.0 |
|
||
|
| \\ / A nd | Web: http://www.extend-project.de |
|
||
|
| \\/ M anipulation | |
|
||
|
\*---------------------------------------------------------------------------*/
|
||
|
FoamFile
|
||
|
{
|
||
|
version 2.0;
|
||
|
format ascii;
|
||
|
class polyBoundaryMesh;
|
||
|
location "constant/polyMesh";
|
||
|
object boundary;
|
||
|
}
|
||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||
|
|
||
|
3
|
||
|
(
|
||
|
movingWall
|
||
|
{
|
||
|
type wall;
|
||
|
nFaces 20;
|
||
|
startFace 760;
|
||
|
}
|
||
|
fixedWalls
|
||
|
{
|
||
|
type wall;
|
||
|
nFaces 60;
|
||
|
startFace 780;
|
||
|
}
|
||
|
frontAndBack
|
||
|
{
|
||
|
type empty;
|
||
|
nFaces 800;
|
||
|
startFace 840;
|
||
|
}
|
||
|
)
|
||
|
|
||
|
// ************************************************************************* //
|