ModelicaStandardLibrary icon indicating copy to clipboard operation
ModelicaStandardLibrary copied to clipboard

Desired mechanical components

Open modelica-trac-importer opened this issue 7 years ago • 4 comments

Reported by ahaumer on 26 Dec 2015 10:02 UTC Two mechanical components are missing:

  • [x] a model of drive pulley
  • [x] a simpler model of a gearbox with constant efficiency

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

modelica-trac-importer avatar Jan 15 '17 07:01 modelica-trac-importer

Comment by beutlich on 15 Apr 2016 11:12 UTC See also #1778 for another missing mechanical component.

modelica-trac-importer avatar Jan 15 '17 07:01 modelica-trac-importer

Another missing component is in #506.

tobolar avatar Jan 15 '18 11:01 tobolar

No chance to do this by the feature freeze of MSL v4.0.0 development.

tobolar avatar Jan 10 '20 14:01 tobolar

Reported by ahaumer on 26 Dec 2015 10:02 UTC Two mechanical components are missing:

* a model of drive pulley

* a simpler model of a gearbox with constant efficiency

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, adrive 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

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.

MartinOtter avatar Jan 11 '20 17:01 MartinOtter