Effacer les filtres
Effacer les filtres

Simscape's Slider-crank doesn't move between a min/max, instead diverges.

2 vues (au cours des 30 derniers jours)
Hello, I am having problems to understand why the simscape's slider-crank mechanism drifts like in the following picture
Before the slider-crank there is only a Ideal Angular Velocity Source and an inertia.
Slider-crank's parameters are:
the translational sensor is working in absolute measurement reference.
Why is it drifiting up? How do i Constraint it to work between a min and a maximum?
Thank you for your time.
GM

Réponse acceptée

Steve Miller
Steve Miller le 16 Mar 2023
Can you share the model or let us see your solver settings?
I believe your model is drifting because the solver choice or solver tolerances are not appropriate for the frequency at which your system is oscillating. Try manually setting to ode23t or daessc and limit the maximum step size to make sure there are enough steps per oscillation to capture the movement.
--Steve
  3 commentaires
Steve Miller
Steve Miller le 16 Mar 2023
ode45 is normally not recommended for Simscape models - it is an explicit solver, not great for systems of implicit equations. I am guessing the main reason it is working better than ode23t is because ode45 tends to choose a very small step size, and small steps always help when there is a numerical issue.
I am guessing there is something else in your model outside of Simscape that is causing this behavior. I am glad you have a way forward for the moment, but I would normally not recommend using ode45 with Simscape models.
--Steve
Alexandre
Alexandre le 5 Mar 2024
Modifié(e) : Alexandre le 5 Mar 2024
Hi Steve, I encounter the same issue that Gianluca mentionned, for a simple slider-crank model, and in a more complex multi-physic model.
I tried to reduce the max step size of the solver, to change the solver, but my slider-crank doesn't behave as expected. The oscillations representing the stroke of the slider are moving upward, reaching the maximum absolute stroke I specified (200 mm in my case) :
Is there any other solution than modifying the solver configurations ?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Troubleshooting dans Help Center et File Exchange

Produits


Version

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by