Why do I get oscillating tractive force on non-driven wheels?
3 次查看(过去 30 天)
显示 更早的评论
Hi!
I am trying to make a Simulink model of a one DOF 75 meter accelartion of a electric rear wheel driven formula student car. But I get this wierd behaviour of a oscillating tractive force on the front, non-driven wherels (FxF), when it should be zero. I have used MagicFormulaTireTool to get my parametrs for my tire model. Any help is much appriciated to solve this.
Best regards, Erik
0 个评论
采纳的回答
Jason Rodgers
2024-3-11
The auto-solver selection chooses ODE45 which does not play well with the relaxation length dynamics in the tire. Try switching to ODE23tb. Also avoid using the discrete delay blocks when feeding into continuous integrators; this can cause unwanted numerical issues and slow simulations. One could use a memory block for this but using a transfer function with a fast time constant is a bit better. See this blog post discussing this: Blog Post
3 个评论
Jason Rodgers
2024-4-10
Hi Erik,
The negative torque is due to the non-driving wheels having negative slip(due to the car accelerating) and is expected behavior. The large overshoot is due to the relaxation length of the tire. The setting was 0.5m (which represents the distance the wheel must travel before the tire forces reach some steady state). If this will always be a non-driven tire you can set the relaxation length to a small number. If the front tires will be driven you would want to return that to a more realistic value. I also noticed the time scale for the overshoot is pretty small. Is this actually effecting your results or are you just wanting to understand what you are seeing?
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Automotive Applications 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!