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/0/polyMesh/boundary
2011-03-22 12:28:33 +00:00

70 lines
1.7 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 "0/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
8
(
movingWall
{
type wall;
nFaces 51;
startFace 1287;
}
farFieldMoving
{
type patch;
nFaces 30;
startFace 1338;
}
fixedWall
{
type wall;
nFaces 21;
startFace 1368;
}
axis
{
type symmetryPlane;
nFaces 21;
startFace 1389;
}
left
{
type patch;
nFaces 18;
startFace 1410;
}
farField
{
type patch;
nFaces 21;
startFace 1428;
}
back
{
type wedge;
nFaces 684;
startFace 1449;
}
front
{
type wedge;
nFaces 684;
startFace 2133;
}
)
// ************************************************************************* //