/*--------------------------------*- 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;
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
8
(
inlet
type patch;
nFaces 30;
startFace 26013;
outlet
nFaces 60;
startFace 26043;
upperWall
type wall;
physicalType wallFunctions;
nFaces 228;
startFace 26103;
lowerWall
nFaces 210;
startFace 26331;
lowerWallInterface
nFaces 36;
startFace 26541;
lowerWallInlet
nFaces 18;
startFace 26577;
interface
nFaces 0;
startFace 26595;
defaultFaces
type empty;
nFaces 26280;
)
// ************************************************************************* //