This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/incompressible/simpleFoam/pitzDaily3Blocks/constant/polyMesh/boundary
2015-05-18 09:54:33 +02:00

80 lines
1.5 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.2 |
| \\ / 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;
}
)
// ************************************************************************* //