phasicFlow/tutorials/sphereGranFlow/conveyorBelt/settings/geometryDict

78 lines
2.3 KiB
Plaintext
Raw Normal View History

2024-12-24 07:37:19 +00:00
/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
2025-04-25 10:47:09 +00:00
objectName geometryDict;
objectType dictionary;
2024-12-24 07:37:19 +00:00
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
2025-04-25 10:47:09 +00:00
// motion model can be rotatingAxis or stationary or vibrating
motionModel conveyorBelt;
2024-12-24 08:39:40 +00:00
2024-12-24 08:59:42 +00:00
conveyorBeltInfo
2024-12-24 07:37:19 +00:00
{
conveyorBelt1
{
tangentVelocity (0.5 0 0);
2024-12-24 07:37:19 +00:00
}
2024-12-24 08:39:40 +00:00
}
2024-12-24 07:37:19 +00:00
surfaces
{
2025-04-25 10:47:09 +00:00
cylinderShell
{
type cylinderWall; // other options: cuboidWall and planeWall
2024-12-24 07:37:19 +00:00
2025-04-25 10:47:09 +00:00
p1 (0.0 0.0 0.0); // begin point of cylinder axis
2024-12-24 07:37:19 +00:00
2025-04-25 10:47:09 +00:00
p2 (0.0 0.0 0.4); // end point of cylinder axis
2024-12-24 07:37:19 +00:00
2025-04-25 10:47:09 +00:00
radius1 0.1; // radius at p1
2024-12-24 07:37:19 +00:00
2025-04-25 10:47:09 +00:00
radius2 0.1; // radius at p2
2024-12-24 07:37:19 +00:00
2025-04-25 10:47:09 +00:00
resolution 36; // number of divisions
2024-12-24 07:37:19 +00:00
2025-04-25 10:47:09 +00:00
material wallMat; // material name of this wall
}
2024-12-24 07:37:19 +00:00
2025-04-25 10:47:09 +00:00
coneShell
{
type cylinderWall; // other options: cuboidWall and planeWall
2024-12-24 07:37:19 +00:00
2025-04-25 10:47:09 +00:00
p1 (0.0 0.0 -0.1); // begin point of cylinder axis
2024-12-24 07:37:19 +00:00
2025-04-25 10:47:09 +00:00
p2 (0.0 0.0 0.0); // end point of cylinder axis
2024-12-24 07:37:19 +00:00
2025-04-25 10:47:09 +00:00
radius1 0.02; // radius at p1
2024-12-24 07:37:19 +00:00
2025-04-25 10:47:09 +00:00
radius2 0.1; // radius at p2
2024-12-24 07:37:19 +00:00
2025-04-25 10:47:09 +00:00
resolution 36; // number of divisions
2024-12-24 07:37:19 +00:00
2025-04-25 10:47:09 +00:00
material wallMat; // material name of this wall
}
2024-12-24 07:37:19 +00:00
2025-04-25 10:47:09 +00:00
belt
{
type stlWall; // type of the wall
2025-02-11 20:05:58 +00:00
2025-04-25 10:47:09 +00:00
file belt.stl; // file name in stl folder
2025-02-11 20:05:58 +00:00
2025-04-25 10:47:09 +00:00
material wallMat; // material name of this wall
2025-02-11 20:05:58 +00:00
2025-04-25 10:47:09 +00:00
motion conveyorBelt1; // motion component name
}
2024-12-24 07:37:19 +00:00
2025-04-25 10:47:09 +00:00
box
{
type stlWall; // type of the wall
2025-02-11 20:05:58 +00:00
2025-04-25 10:47:09 +00:00
file box.stl; // file name in stl folder
2025-02-11 20:05:58 +00:00
2025-04-25 10:47:09 +00:00
material wallMat; // material name of this wall
}
2024-12-24 07:37:19 +00:00
}