80 lines
1.5 KiB
C++
80 lines
1.5 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | foam-extend: Open Source CFD |
|
|
| \\ / O peration | Version: 4.0 |
|
|
| \\ / A nd | Web: http://www.foam-extend.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class polyBoundaryMesh;
|
|
object boundary;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
8
|
|
(
|
|
inlet
|
|
{
|
|
type patch;
|
|
nFaces 30;
|
|
startFace 26013;
|
|
}
|
|
|
|
outlet
|
|
{
|
|
type patch;
|
|
nFaces 60;
|
|
startFace 26043;
|
|
}
|
|
|
|
upperWall
|
|
{
|
|
type wall;
|
|
physicalType wallFunctions;
|
|
nFaces 228;
|
|
startFace 26103;
|
|
}
|
|
|
|
lowerWall
|
|
{
|
|
type wall;
|
|
physicalType wallFunctions;
|
|
nFaces 210;
|
|
startFace 26331;
|
|
}
|
|
|
|
lowerWallInterface
|
|
{
|
|
type wall;
|
|
physicalType wallFunctions;
|
|
nFaces 36;
|
|
startFace 26541;
|
|
}
|
|
|
|
lowerWallInlet
|
|
{
|
|
type wall;
|
|
physicalType wallFunctions;
|
|
nFaces 18;
|
|
startFace 26577;
|
|
}
|
|
|
|
interface
|
|
{
|
|
type patch;
|
|
nFaces 0;
|
|
startFace 26595;
|
|
}
|
|
|
|
defaultFaces
|
|
{
|
|
type empty;
|
|
nFaces 26280;
|
|
startFace 26595;
|
|
}
|
|
)
|
|
|
|
// ************************************************************************* //
|