How to build a screw model by simscape?

15 次查看(过去 30 天)
Now I want to study Stick slip effect of screw. And I don't know how kann i build this Model. First of all, i chose to use SimMechanics. But i found that, there is no friction block. Then my teacher tell that, i should use Simscape foundation library. Here there is friction block, but i think this is very difficult to achieve this motion of screw only by foundation library. So can i build a model to study stick slip effect of screw by simscape?

采纳的回答

Sebastian Castro
Sebastian Castro 2017-7-25
编辑:Sebastian Castro 2017-7-25
It's not too bad to get a basic screw model, actually.
I think a combination of Rotational Friction (for the screw threading) and a "Wheel and Axle" block to convert the rotary motion to linear motion will give you a good start.
In addition to that, you can always grab the source code of Simscape blocks and modify them yourself with other equations/physical elements: https://www.mathworks.com/help/physmod/simscape/customization.html
- Sebastian
  3 个评论
Sebastian Castro
Sebastian Castro 2017-7-25
编辑:Sebastian Castro 2017-7-26
Different parameters!
I think the only thing I changed from default is the amplitude of the pulse generator. Notice that the Friction block has a breakaway force of 25N, so you need the torque pulse amplitude to be bigger than that.
Also, I think I made the pulse 50% of the period instead of the default 5%.
... anyways, the default block parameters of the Simscape blocks are probably way far off from a screw. I'd start there :)
- Sebastian

请先登录,再进行评论。

更多回答(1 个)

Steve Miller
Steve Miller 2017-7-26
You can do this in Simscape Multibody. An example on the MATLAB Central File Exchange shows you how. See the Simscape Multibody Parts Library. You can even view the example on the web before downloading it if you click on the "Examples" tab and then find the link on the left hand side for "Lead Screw with Friction".
https://www.mathworks.com/matlabcentral/fileexchange/36536-simscape-multibody-parts-library
Hope this helps, --Steve

类别

Help CenterFile Exchange 中查找有关 Choose and Parameterize Blocks 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!