58 lines
1.5 KiB
C++
58 lines
1.5 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | foam-extend: Open Source CFD |
|
|
| \\ / O peration | Version: 3.1 |
|
|
| \\ / A nd | Web: http://www.extend-project.de |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class polyBoundaryMesh;
|
|
location "constant/polyMesh";
|
|
object boundary;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
6
|
|
(
|
|
maxY
|
|
{
|
|
type empty;
|
|
nFaces 400;
|
|
startFace 22800;
|
|
}
|
|
minX
|
|
{
|
|
type empty;
|
|
nFaces 400;
|
|
startFace 23200;
|
|
}
|
|
maxX
|
|
{
|
|
type empty;
|
|
nFaces 400;
|
|
startFace 23600;
|
|
}
|
|
minY
|
|
{
|
|
type empty;
|
|
nFaces 400;
|
|
startFace 24000;
|
|
}
|
|
ground
|
|
{
|
|
type wall;
|
|
nFaces 400;
|
|
startFace 24400;
|
|
}
|
|
maxZ
|
|
{
|
|
type empty;
|
|
nFaces 400;
|
|
startFace 24800;
|
|
}
|
|
)
|
|
|
|
// ************************************************************************* //
|