Closed baggepinnen closed 2 months ago
Friction components are likely going to be challenging to model in MTK. Hopefully, the clocked functionality of SymbolicIR becomes robust enough for us to implement a state machine using discrete variables, in which case we are oen step closer to an accurate friction model. The modelica people have written a bit about modeling and simulating friction here https://doc.modelica.org/om/Modelica.Mechanics.Rotational.UsersGuide.ModelingOfFriction.html
The following is a shortlist of components we should prioritize adding. The Modelica standard library has several components in addition to those specified here. The first requirement is to add all the internal support components required to
ModelingToolkitStandardLibrary.Mechanical.Rotational
such asThen, we need to implement the most important multibody components
Of highest priority are
Body
, like wheels, fixed transformations etc.