Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Components #3

Closed
17 of 20 tasks
baggepinnen opened this issue Mar 27, 2023 · 1 comment
Closed
17 of 20 tasks

Components #3

baggepinnen opened this issue Mar 27, 2023 · 1 comment

Comments

@baggepinnen
Copy link
Contributor

baggepinnen commented Mar 27, 2023

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

Of highest priority are

  • the most common joints, like prismatic, spherical and universal
  • The sensors
  • the most common parts that are not modeled at all by the generic Body, like wheels, fixed transformations etc.
@baggepinnen baggepinnen mentioned this issue Mar 28, 2023
@baggepinnen
Copy link
Contributor Author

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

@baggepinnen baggepinnen changed the title TODO: components Components Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant