76 lines
1.9 KiB
C++
76 lines
1.9 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 | For copyright notice see file Copyright |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class polyBoundaryMesh;
|
|
location "constant/polyMesh";
|
|
object boundary;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
9
|
|
(
|
|
oversetFaces
|
|
{
|
|
type overset;
|
|
nFaces 0;
|
|
startFace 41544;
|
|
}
|
|
in
|
|
{
|
|
type patch;
|
|
nFaces 82;
|
|
startFace 41544;
|
|
}
|
|
out
|
|
{
|
|
type patch;
|
|
nFaces 82;
|
|
startFace 41626;
|
|
}
|
|
top
|
|
{
|
|
type wall;
|
|
nFaces 82;
|
|
startFace 41708;
|
|
}
|
|
bottom
|
|
{
|
|
type wall;
|
|
nFaces 82;
|
|
startFace 41790;
|
|
}
|
|
cylinder
|
|
{
|
|
type wall;
|
|
nFaces 120;
|
|
startFace 41872;
|
|
}
|
|
outerCylinder
|
|
{
|
|
type patch;
|
|
nFaces 120;
|
|
startFace 41992;
|
|
}
|
|
refine
|
|
{
|
|
type patch;
|
|
nFaces 280;
|
|
startFace 42112;
|
|
}
|
|
frontAndBack
|
|
{
|
|
type empty;
|
|
nFaces 41968;
|
|
startFace 42392;
|
|
}
|
|
)
|
|
|
|
// ************************************************************************* //
|