61 lines
1.6 KiB
C++
61 lines
1.6 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: dev |
|
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class polyBoundaryMesh;
|
|
location "constant/polyMesh";
|
|
object boundary;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
6
|
|
(
|
|
back
|
|
{
|
|
type symmetryPlane;
|
|
inGroups 1(symmetryPlane);
|
|
nFaces 9340;
|
|
startFace 265900;
|
|
}
|
|
front
|
|
{
|
|
type symmetryPlane;
|
|
inGroups 1(symmetryPlane);
|
|
nFaces 9340;
|
|
startFace 275240;
|
|
}
|
|
inletCentral
|
|
{
|
|
type patch;
|
|
nFaces 100;
|
|
startFace 284580;
|
|
}
|
|
inletSides
|
|
{
|
|
type patch;
|
|
nFaces 200;
|
|
startFace 284680;
|
|
}
|
|
outlet
|
|
{
|
|
type patch;
|
|
nFaces 300;
|
|
startFace 284880;
|
|
}
|
|
walls
|
|
{
|
|
type wall;
|
|
nFaces 9320;
|
|
startFace 285180;
|
|
}
|
|
)
|
|
|
|
// ************************************************************************* //
|