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
Put the velocity connector approach under "Mechanical/Translational" and position connector approach under "Mechanical/TranslationalPosition" (or maybe "Mechanical/Positional").
Add documentation to explain the theory and detail the differences. Will serve as a guide to aid in the decision of which approach to use for one's model.
Both libraries will be as similar as possible, with the only difference being the connector across variable. Because both libraries will export the same names, mixed use can/should only be done with namespaced use. Mixed use should likely be a rare case.
The rotational library follows the Modelica principles with absolute angle and torque and not the Simscape one with angular velocity and torque. Would you propose to make a separate library too in this case?
Yes, I'll be explaining the position measurement in my documentation next. And I'll plan to open a separate PR for the Mechanical/Rotational components. For now I'll focus on the Translational part to see if everyone agrees with my idea.
Plan:
Both libraries will be as similar as possible, with the only difference being the connector across variable. Because both libraries will export the same names, mixed use can/should only be done with namespaced use. Mixed use should likely be a rare case.
A start to the documentation can be found here: https://github.com/bradcarman/ModelingToolkitStandardLibrary.jl/blob/main/docs/connections.md
The text was updated successfully, but these errors were encountered: