This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/incompressible/icoDyMFoam/movingConeTopo/constant/polyMesh/boundary
2010-09-23 14:04:10 +01:00

70 lines
1.7 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.5-dev |
| \\ / A nd | Web: http://www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
8
(
movingWall
{
type wall;
nFaces 17;
startFace 125;
}
farFieldMoving
{
type patch;
nFaces 10;
startFace 142;
}
fixedWall
{
type wall;
nFaces 7;
startFace 152;
}
axis
{
type symmetryPlane;
nFaces 7;
startFace 159;
}
left
{
type patch;
nFaces 6;
startFace 166;
}
farField
{
type patch;
nFaces 7;
startFace 172;
}
back
{
type wedge;
nFaces 76;
startFace 179;
}
front
{
type wedge;
nFaces 76;
startFace 255;
}
)
// ************************************************************************* //