-
Notifications
You must be signed in to change notification settings - Fork 169
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
Improve rotational coupling #4012
Comments
Consider coupling two electric machines at the shaft: one of them rotates clockwise, the other one counter clockwise. |
I wonder how the real mechanism looks like. "two electric machines at the shaft" - this is what confuse me, because one shaft could hardly rotate in different directions. |
I am with @tobolar here: If Coupling simply is a specific paramerization of IdealGear, it should be either removed again or - if really requiered - implemented as extension (e.g. short class definition) to make this dependency transparent. |
Well a coupling primarily is not an IdealGear, so extending (including inheriting the icon) is not a good idea. |
The misunderstanding stems from the following: |
@AHaumer I can follow your explanation. So a solution is needed to "induce" an opposite rotation. I see several possibilities.
|
@tobolar you're right with your introductory explanation.
|
Addressed by #4019 -> closed. |
I also tend to 4.
Well, the icon make an impression the component behaves like a jaw coupling, but it, in fact, behaves quite differently. This is simply misleading to users. |
Well, actually the device acts lika a jaw coupling, indeed. |
I don't understand the meaning of the component
Modelica.Mechanics.Rotational.Components.Coupling
introduced with #3786. Even reading the documentation does not help.Considering the
Coupling
icon, I would expect similar (or even the same) behaviour likeModelica.Mechanics.Rotational.Components.Disc
, since it makes an impression of a gear shift (formschüßige Kupplung). Regarding behaviour (equations), it behaves exactly likeModelica.Mechanics.Rotational.Components.IdealGear
withratio=-1
.The example
Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Drive
even works fine withRotational.Components.IdealGear idealGear(ratio=-1)
.The text was updated successfully, but these errors were encountered: