Lossy Gear
Gear with mesh efficiency and bearing friction (stuck/rolling possible)
Description
Variables
Connections
Parameters
Constants
Modelica Standard Library
The Lossy Gear component models the gear ratio and the losses of a standard gear box in a realistic way, including the stuck phases that may occur at zero speed. The gear boxes that can be handled are fixed in the ground or on a moving support, have one input and one output shaft, and are essentially described by the equations
φa=r⁢φb
−τb=r⁢ηmf⁢τa−τbf
where r is constant gear ratio, ηmf is the efficiency due to mesh friction, and τbf is the bearing friction torque.
Loss Table
The Loss Table parameter is five-column table that defines the loss terms ηmf and τbf in terms of the absolute value of the input shaft speed, wa, and of the energy flow direction. Its columns are |wa|,ηmf1,ηmf2,τbf1,τbf2 with
wa
rads
Angular speed of flangea
ηmf1
1
Mesh efficiency when input shaft is driving
ηmf2
Mesh efficiency when output shaft is driving
τbf1
N⁢m
Absolute bearing friction torque when input shaft is driving
τbf2
Absolute bearing friction torque when output shaft is driving
The rows of the Loss Table are ordered according to ωa, with the first row having the smallest ωa. The values for ηmf1, ηmf2, τbf1, and τbf2 at a particular shaft speed are interpolated from the values in the table.
To add rows to the table, right-click on the value and select Edit Matrix Dimension.
With these variables, the mesh efficiency and the bearing friction are formally defined as
{ηmf=ηmf1,τbf=τbf1τa−τbfa⁢wa>0∨τa=τbfa∧wa>0ηmf=ηmf2,τbf=τbf2τa−τbfa⁢wa<0∨τa=τbfa∧wa<0w.a=0otherwise
Losses are modeled in a physically meaningful way taking into account that at zero speed the movement may be locked due to the friction in the gear teeth and/or in the bearings.
Name
Units
Modelica ID
φx
rad
Absolute angle of flangex,x∈a,b
flange_x.phi
φsupport
Absolute angle of support flange
support.phi
τx
Torque applied to flangex,x∈a,b
flange_x.tau
flangea
Flange of left shaft
flange_a
flangeb
Flange of right shaft
flange_b
support
Conditional Support Flange
heatPort
Optional heat port
Default
r
Transmission ratio (φaφb)
ratio
0.,1.,1.,0.,0.
Matrix for mesh efficiencies and bearing friction depending on speed
lossTable
Use Heat Port
false
True (checked) means heat port is enabled
useHeatPort
Use Support Flange
True (checked) enables the support flange
useSupport
Value
Unknown
3
Value of mode is not known
Free
2
Element is not active
Forward
w_a > 0 (forward rolling)
Stuck
0
w_a = 0 (forward rolling, locked or backward rolling)
Backward
−1
w_a < 0 (backward rolling)
unitAngularAcceleration
rads2
unitTorque
The component described in this topic is from the Modelica Standard Library. To view the original documentation, which includes author and copyright information, click here.
See Also
1-D Mechanical Overview
Rotational Bearings and Gears
Download Help Document