add conveyor belt model

This commit is contained in:
wanqing0421
2024-12-24 16:39:40 +08:00
parent 5318610c1f
commit ef2a13dd7e
7 changed files with 15 additions and 12 deletions

View File

@ -6,18 +6,15 @@ objectName geometryDict;
objectType dictionary;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
motionModel stationary; // motion model can be rotatingAxis or stationary or vibrating
stationaryInfo
{
}
/*conveyorBeltInfo
motionModel conveyorBelt; // motion model can be rotatingAxis or stationary or vibrating
conveyorBeltMotionInfo
{
conveyorBelt1
{
velocity (1, 0, 0);
}
}*/
}
surfaces
{
@ -60,7 +57,7 @@ surfaces
type stlWall; // type of the wall
file belt.stl; // file name in stl folder
material wallMat; // material name of this wall
//motion conveyorBelt1; // motion component name
motion conveyorBelt1; // motion component name
}
box