OpenFOAM-4.x/tutorials/combustion/NOxFoam_thermalAndFuel/constant/polyMesh/boundary
2018-01-25 22:19:52 +09:00

70 lines
1.9 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.3.x |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "1/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
6
(
INLET
{
type patch;
nFaces 279;
startFace 88864;
}
WALL
{
type wall;
nFaces 360;
startFace 89143;
}
SLIPWALL
{
type wall;
nFaces 1062;
startFace 89503;
}
OUTLET
{
type patch;
nFaces 477;
startFace 90565;
}
CYCLIC_half0
{
type cyclic;
inGroups 1(cyclic);
nFaces 2009;
startFace 91042;
matchTolerance 0.0001;
transform rotational;
neighbourPatch CYCLIC_half1;
rotationAxis (1 0 0);
rotationCentre (0 0 0);
}
CYCLIC_half1
{
type cyclic;
inGroups 1(cyclic);
nFaces 2009;
startFace 93051;
matchTolerance 0.0001;
transform rotational;
neighbourPatch CYCLIC_half0;
rotationAxis (1 0 0);
rotationCentre (0 0 0);
}
)
// ************************************************************************* //