52 lines
1.4 KiB
C++
52 lines
1.4 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
|
|
| \\ / O peration | Version: 1.6-ext |
|
|
| \\ / A nd | Web: www.extend-project.de |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class polyBoundaryMesh;
|
|
location "constant/polyMesh";
|
|
object boundary;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
5
|
|
(
|
|
outerWall
|
|
{
|
|
type wall;
|
|
nFaces 225;
|
|
startFace 7275;
|
|
}
|
|
axis
|
|
{
|
|
type symmetryPlane;
|
|
nFaces 120;
|
|
startFace 7500;
|
|
}
|
|
nozzle
|
|
{
|
|
type patch;
|
|
nFaces 5;
|
|
startFace 7620;
|
|
}
|
|
back
|
|
{
|
|
type empty;
|
|
nFaces 3725;
|
|
startFace 7625;
|
|
}
|
|
front
|
|
{
|
|
type empty;
|
|
nFaces 3725;
|
|
startFace 11350;
|
|
}
|
|
)
|
|
|
|
// ************************************************************************* //
|