You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
ConstantTorque
InternalSupport
Then, we need to implement the most important multibody components
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.The text was updated successfully, but these errors were encountered: