Problem in modeling with Simscape Multibody Contact Forces Library

조회 수: 7 (최근 30일)
Siddhesh Rane
Siddhesh Rane 2019년 12월 16일
답변: Ben Rancici 2020년 3월 26일
I am trying to model sphere resting on a plane using Simscape Multibody Contact Forces Library, but as soon as distance between sphere and plane is made zero, it bounces uncontrollably as in picture below, how can I adress this problem?Capture.PNG

답변 (1개)

Ben Rancici
Ben Rancici 2020년 3월 26일
Have you tried the recomendations given in the library readme?
Recommendations:
1. Start with stiffness of 1e4 and damping of 1e2 and adjust from there.
2. Use solver ode15s, Relative Tolerance = 1e-4, Absolute Tolerance = 1e-5
and set the maximum step size to 1e-2.
3. If you get unexpected behavior (parts flying through one another,
system gaining energy) your tolerances are not small enough.
Reduce tolerances by a factor of 10 and max step size by a factor of 10
until you get expected behavior. Reducing stiffness and increasing damping
can also help.
Note that the stifness and damping parameters souhld be adjusted depanding on your solid mass.

카테고리

Help CenterFile Exchange에서 Assembly에 대해 자세히 알아보기

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by