Spatial contact force block
조회 수: 4 (최근 30일)
이전 댓글 표시
Hi
I am trying to build a model for the dog clutch with Simscape multibody as shown in the below figure. each side can rotate independantly, and the dog teeth contact each other. the model is translated from solidworks using Multibody link. To model the contact, I am using the spactial contact force block. I tired to run the model and rotate one dog side but it penetrate the other one.
According to MATLAB help the geomtry export should be turned on and 'export entire geometry' can be seen. However, In my case, I see only the option 'convex Hull'
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/545472/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/545477/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/545482/image.png)
댓글 수: 7
채택된 답변
Yifeng Tang
2021년 5월 5일
Contact force only works with Convex Hull at this moment. See Documentation page here: https://www.mathworks.com/help/releases/R2021a/physmod/sm/ref/spatialcontactforce.html?s_tid=doc_srchtitle
I think it's possible to separate the teeths as individual solid blocks. This way they'll all be sufficiently described by convex hulls. If possible, separate the teeths from the base in CAD so they appear as individual parts in Multibody. You may then do the convex hull thing with each teeth. Try it with a small number of teeth and before going to all 30 of them.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Bodies에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!