Different damping coefficient in compression and extension in the prismatic joint block
3 views (last 30 days)
Show older comments
Hi everyone,
I'm using the prismatic joint block (simscape multibody) to simulate a suspension of a vehicle. I need to set different damping coefficinet in compression ad extension, but in the prismatic joint options I only find a generic damping coefficient. Is there any way to simulate different damping coefficients in compression and extension?
0 Comments
Answers (1)
Yash
on 7 Sep 2023
Hi @Edoardo
To set different damping coefficient in compression and extension of the simulated vehicle, you can create two separate subsystems with different "Prismatic Joint" blocks with different damping coefficients. These subsystems can be conditionally executed using a If-Else structure or Switch Case structure. Refer to the documentation here for more information (https://www.mathworks.com/help/simulink/ug/select-subsystem-execution.html)
I hope this helps!
0 Comments
See Also
Categories
Find more on Multibody Dynamics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!