52 lines
1.4 KiB
C++
52 lines
1.4 KiB
C++
/*--------------------------------*- 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;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
5
|
|
(
|
|
in
|
|
{
|
|
type patch;
|
|
nFaces 50;
|
|
startFace 5830;
|
|
}
|
|
out
|
|
{
|
|
type patch;
|
|
nFaces 50;
|
|
startFace 5880;
|
|
}
|
|
bottom
|
|
{
|
|
type symmetryPlane;
|
|
nFaces 90;
|
|
startFace 5930;
|
|
}
|
|
topWall
|
|
{
|
|
type wall;
|
|
nFaces 150;
|
|
startFace 6020;
|
|
}
|
|
defaultFaces
|
|
{
|
|
type empty;
|
|
nFaces 6000;
|
|
startFace 6170;
|
|
}
|
|
)
|
|
|
|
// ************************************************************************* //
|