69 lines
1.8 KiB
C++
Executable File
69 lines
1.8 KiB
C++
Executable File
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | foam-extend: Open Source CFD |
|
|
| \\ / O peration | Version: 5.0 |
|
|
| \\ / A nd | Web: http://www.foam-extend.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class polyBoundaryMesh;
|
|
location "constant/polyMesh";
|
|
object boundary;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
7
|
|
(
|
|
Transducer
|
|
{
|
|
type wall;
|
|
nFaces 60;
|
|
startFace 51927;
|
|
closedSolidBodyMotion false;
|
|
}
|
|
TransducerLateralWall
|
|
{
|
|
type wall;
|
|
nFaces 33;
|
|
startFace 51987;
|
|
closedSolidBodyMotion false;
|
|
}
|
|
FreeSurface
|
|
{
|
|
type patch;
|
|
nFaces 72;
|
|
startFace 52020;
|
|
}
|
|
Walls
|
|
{
|
|
type wall;
|
|
nFaces 345;
|
|
startFace 52092;
|
|
closedSolidBodyMotion false;
|
|
}
|
|
Axis
|
|
{
|
|
type empty;
|
|
nFaces 0;
|
|
startFace 52437;
|
|
}
|
|
Front
|
|
{
|
|
type wedge;
|
|
nFaces 26136;
|
|
startFace 52437;
|
|
}
|
|
Back
|
|
{
|
|
type wedge;
|
|
nFaces 26136;
|
|
startFace 78573;
|
|
}
|
|
)
|
|
|
|
|
|
// ************************************************************************* //
|