52 lines
1.4 KiB
C++
52 lines
1.4 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | foam-extend: Open Source CFD |
|
|
| \\ / O peration | Version: 4.1 |
|
|
| \\ / A nd | Web: http://www.foam-extend.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class polyBoundaryMesh;
|
|
location "constant/polyMesh";
|
|
object boundary;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
5
|
|
(
|
|
Inflow
|
|
{
|
|
type patch;
|
|
nFaces 112;
|
|
startFace 10592;
|
|
}
|
|
Lower
|
|
{
|
|
type patch;
|
|
nFaces 48;
|
|
startFace 10704;
|
|
}
|
|
frontAndBack
|
|
{
|
|
type empty;
|
|
nFaces 10752;
|
|
startFace 10752;
|
|
}
|
|
Outflow
|
|
{
|
|
type patch;
|
|
nFaces 112;
|
|
startFace 21504;
|
|
}
|
|
Upper
|
|
{
|
|
type patch;
|
|
nFaces 48;
|
|
startFace 21616;
|
|
}
|
|
)
|
|
|
|
// ************************************************************************* //
|