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/movingConeMotion/constant/polyMesh/boundary

71 lines
1.7 KiB
Text
Raw Normal View History

2010-10-13 11:38:34 +00:00
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
2010-10-13 11:38:34 +00:00
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
| \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
2010-10-13 11:38:34 +00:00
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
8
(
2010-10-13 11:38:34 +00:00
movingWall
{
type wall;
2010-10-13 13:13:10 +00:00
nFaces 27;
startFace 374;
2010-10-13 11:38:34 +00:00
}
farFieldMoving
{
type patch;
2010-10-13 13:13:10 +00:00
nFaces 15;
startFace 401;
2010-10-13 11:38:34 +00:00
}
fixedWall
{
type wall;
2010-10-13 13:13:10 +00:00
nFaces 12;
startFace 416;
2010-10-13 11:38:34 +00:00
}
axis
{
type empty;
nFaces 0;
2010-10-13 13:13:10 +00:00
startFace 428;
2010-10-13 11:38:34 +00:00
}
left
{
type patch;
2010-10-13 13:13:10 +00:00
nFaces 10;
startFace 428;
2010-10-13 11:38:34 +00:00
}
farField
{
type patch;
2010-10-13 13:13:10 +00:00
nFaces 12;
startFace 438;
2010-10-13 11:38:34 +00:00
}
back
{
type wedge;
2010-10-13 13:13:10 +00:00
nFaces 209;
startFace 450;
2010-10-13 11:38:34 +00:00
}
front
{
type wedge;
2010-10-13 13:13:10 +00:00
nFaces 209;
startFace 659;
2010-10-13 11:38:34 +00:00
}
)
// ************************************************************************* //