Files
phasicFlow/tutorials/sphereGranFlow/conveyorBelt/settings/geometryDict

78 lines
2.3 KiB
Plaintext
Raw Normal View History

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