The standard/previous general symmetry type is now named symmetry both in class and lookup name for consistency. The rigorous symmetryPlane type is needed for moving-mesh cases in which the motion it constrained by one or two planes.
48 lines
1.4 KiB
C++
48 lines
1.4 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;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
4
|
|
(
|
|
inlet
|
|
{
|
|
type patch;
|
|
nFaces 225;
|
|
startFace 1129981;
|
|
}
|
|
outlet
|
|
{
|
|
type patch;
|
|
nFaces 225;
|
|
startFace 1130206;
|
|
}
|
|
walls
|
|
{
|
|
type symmetry;
|
|
inGroups 1(symmetry);
|
|
nFaces 3000;
|
|
startFace 1130431;
|
|
}
|
|
bullet
|
|
{
|
|
type wall;
|
|
nFaces 37743;
|
|
startFace 1133431;
|
|
}
|
|
)
|
|
|
|
// ************************************************************************* //
|