46 lines
1.3 KiB
C++
46 lines
1.3 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;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
4
|
|
(
|
|
outlet
|
|
{
|
|
type patch;
|
|
nFaces 29;
|
|
startFace 16089;
|
|
}
|
|
bottomWall
|
|
{
|
|
type wall;
|
|
nFaces 174;
|
|
startFace 16118;
|
|
}
|
|
topWall
|
|
{
|
|
type wall;
|
|
nFaces 175;
|
|
startFace 16292;
|
|
}
|
|
sideWall
|
|
{
|
|
type wall;
|
|
nFaces 1068;
|
|
startFace 16467;
|
|
}
|
|
)
|
|
|
|
// ************************************************************************* //
|