Problem in modeling with Simscape Multibody Contact Forces Library

7 Ansichten (letzte 30 Tage)
Siddhesh Rane
Siddhesh Rane am 16 Dez. 2019
Beantwortet: Ben Rancici am 26 Mär. 2020
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

Antworten (1)

Ben Rancici
Ben Rancici am 26 Mär. 2020
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.

Produkte


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by