-
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
Desired mechanical components #1873
Comments
Comment by beutlich on 15 Apr 2016 11:12 UTC |
Another missing component is in #506. |
No chance to do this by the feature freeze of MSL v4.0.0 development. |
I agree that we should provide a simpler model for a Gearbox with efficiency. The problem with your proposal is that you use a constant efficiency: When inspecting a gearbox catalogue, then there are diagrams of the efficiency over speed, and for low speed the (catalogue) efficiency goes to zero, so a typical efficiency from a gearbox catalogue is far from constant. Can we phone us next week to discuss this. One option could be that the user provides the efficiency at two speeds (say nominal speed and the lowest speed shown in the catalogue). From this information, an instance of LossyGear is constructed. |
Reported by ahaumer on 26 Dec 2015 10:02 UTC
Two mechanical components are missing:
The Mechanics.Rotational.Components.LossyGear is not that easy to parameterize and use for beginners; this is easier with the proposed gearbox with constant efficiency.
Furthermore, a drive pulley can be modelled using Mechanics.Rotational.Components.IdealRollingWheel; though connections and parameterization of cabin and counterweight of an elevator is not that easy.
The drive pulley can be modelled as an IdealDrivePulley or with constant efficiency (like the gearbox mentioned above).
For cabin and counterweight, the mass is modelled together with the gravitational force.
See the enclosed library which also contains an example of usage.
Elevator.mo
Migrated-From: https://trac.modelica.org/Modelica/ticket/1873
The text was updated successfully, but these errors were encountered: