update conveyor belt model

This commit is contained in:
wanqing0421
2024-12-24 16:59:42 +08:00
parent ef2a13dd7e
commit 89a47d1a15
6 changed files with 22 additions and 4 deletions

View File

@ -8,11 +8,11 @@ fileFormat ASCII;
/*---------------------------------------------------------------------------*/
motionModel conveyorBelt; // motion model can be rotatingAxis or stationary or vibrating
conveyorBeltMotionInfo
conveyorBeltInfo
{
conveyorBelt1
{
velocity (1, 0, 0);
velocity (1 0 0);
}
}