OpenTire / OpenTirePython

An open-source mathematical tire modelling library
MIT License
46 stars 17 forks source link

Is this ready for consumption? #5

Closed tapir closed 3 years ago

tapir commented 8 years ago

Is this tire model ready for serious projects?

ho1 commented 8 years ago

@tapir, the Pacejka 2002 implementation has been vetted and produces results that line up with other (commercial) simulation tools. It has also been used in a number of serious projects (closed-source). Additionally, a Pacejka 2012 implementation is in the works and I hope to have it done in the next few weeks.

There can likely be some more work done on the interface to call the solver. Any feedback on the structure/layout of the solver API would be appreciated.

tapir commented 8 years ago

Glad to hear. What's different between Pacejka 2002 and 2012?

tapir commented 8 years ago

Also I don't see a camber angle on the tire state class. I thought magic formula took that into consideration?

ho1 commented 8 years ago

Pacejka 2012 is published in the latest edition of Pacejka's book (Tire and Vehicle dynamics). The model definition has been extended to include inflation pressure changes and sections of camber effects are also reworked.

The 'IA' in the tire state refers to inclination angle, which is another definition of camber angle (sign depends on which side of the vehicle the tire is mounted).

Let me know if you have any more questions, I can use them to put together an FAQ for the project :)

tapir commented 8 years ago

I have one more :) Do you handle the low velocity divergence of the magic formula or is it left to the user of the library?

ho1 commented 7 years ago

Sorry for the late reply, currently low velocity issues are not address, nor are load/steer/camber limits (ie. FZMAX) capped within the evaluation.