JuliaComputing / Multibody.jl

Model and simulate multibody systems in Julia
Other
15 stars 2 forks source link

Components #3

Closed baggepinnen closed 2 months ago

baggepinnen commented 1 year ago

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 as


Then, we need to implement the most important multibody components

Of highest priority are

baggepinnen commented 1 year ago

Friction

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