Problem in modeling with Simscape Multibody Contact Forces Library
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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](https://www.mathworks.com/matlabcentral/answers/uploaded_files/254688/Capture.png)
![Capture.PNG](https://www.mathworks.com/matlabcentral/answers/uploaded_files/254688/Capture.png)
0 commentaires
Réponses (1)
Ben Rancici
le 26 Mar 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.
0 commentaires
Voir également
Catégories
En savoir plus sur Simscape Multibody dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!