-
Notifications
You must be signed in to change notification settings - Fork 167
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
Add 1d translational lever #4538
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice idea, but somehow I don't understand your example:
The lever's pivot is fixed (more or less, via the springDamper), but both masses drift away infinitely, i.e. mass1.s and mass2.s rise without limit.
Yes, physically this makes no sense. For more "reality" look, there could be e.g. a gravity force. But to show the component's functionality, the example is IMO sufficient. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should it be added to ModelicaTest.Translational.AllComponents
?
ModelicaTest/Resources/Reference/ModelicaTest/Translational/GearAndLever/comparisonSignals.txt
Show resolved
Hide resolved
...rces/Reference/Modelica/Mechanics/Translational/Examples/FirstGrounded/comparisonSignals.txt
Show resolved
Hide resolved
|
Additionally, this is not a purely 1d translational movement, it always includes a rotation around the pivot. |
…arAndLever/comparisonSignals.txt Co-authored-by: Thomas Beutlich <modelica@tbeu.de>
IMO the functionality is fully covered with provided test case. |
Nice example with gearR2T + rotationalGear + gearR2T. If you want to model a real lever: |
IMO this is an equivalent to rotational gear and, thus, a base element missing so far. Moreover, as I can recognize, the MSL is not just a collection of basic elements. is it?
No, I don't. This is an ideal lever (or however called) for simple "scaling" of a translational movement. |
12eed54
to
4fe2358
Compare
4fe2358
to
383f609
Compare
So, I have renamed the element, changed the icon and the example and adapted the documentation. Hope this make it more understandable. |
This model is an equivalent to the rotational IdealGear