76 lines
1.9 KiB
C++
76 lines
1.9 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 1.7.x |
|
|
| \\ / A nd | Web: www.OpenFOAM.com |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class polyBoundaryMesh;
|
|
location "constant/polyMesh";
|
|
object boundary;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
9
|
|
(
|
|
axis
|
|
{
|
|
type symmetryPlane;
|
|
nFaces 0;
|
|
startFace 31843;
|
|
}
|
|
mainjet
|
|
{
|
|
type patch;
|
|
nFaces 10;
|
|
startFace 31843;
|
|
}
|
|
pilot
|
|
{
|
|
type patch;
|
|
nFaces 15;
|
|
startFace 31853;
|
|
}
|
|
coflow
|
|
{
|
|
type patch;
|
|
nFaces 80;
|
|
startFace 31868;
|
|
}
|
|
outlet
|
|
{
|
|
type patch;
|
|
nFaces 107;
|
|
startFace 31948;
|
|
}
|
|
burnerwall
|
|
{
|
|
type wall;
|
|
nFaces 2;
|
|
startFace 32055;
|
|
}
|
|
slipwall
|
|
{
|
|
type wall;
|
|
nFaces 150;
|
|
startFace 32057;
|
|
}
|
|
front
|
|
{
|
|
type wedge;
|
|
nFaces 16050;
|
|
startFace 32207;
|
|
}
|
|
back
|
|
{
|
|
type wedge;
|
|
nFaces 16050;
|
|
startFace 48257;
|
|
}
|
|
)
|
|
|
|
// ************************************************************************* //
|