WOLFRAM SYSTEM MODELER

InternalDamping

Determine shaft damping

Diagram

Wolfram Language

In[1]:=
SystemModel["RotatingMachinery.Examples.JeffcottRotorDamping.InternalDamping"]
Out[1]:=

Information

Internal Damping Estimation

This example teaches how to determine a rotor’s internal damping. Knowing the internal damping can help understand under which speeds machinery can operate safely.

A Jeffcott rotor is used in the example. It consists of a disk and a shaft. The rotor is excited by a load until the shaft is deflected and settled down.The applied load is then removed, and the oscillations are used to calculate the damping ratio.

Figure 1 shows the system with an external load, and the force is represented by an arrow. The disk is transparent to provide a better view of the setup.

Figure 1: Jeffcott Rotor

The response from the system can be seen in Figure 2, where the vertical deflection of the rotor can be seen over time. 

Figure 2: Applied force and vertical disk deflections 

The system's internal damping can be calculated using the logarithmic decrement, [1], of the deflections. For this model, the equivalent internal damping will be:

 ci = ln( yn / yn+5 ) / (5 * 2* π) * 2√mky,

where m=100kg, ky = Fy/y0, Fy = 1000 N, y0 = yn= 0.1001 m, and yn+5 = 0.021 m. By substituting the given values, ci is calculated as: 

ci = ln( 0.1001 / 0.021 ) / (5 * 2 * π) * 2 √100*(1000/0.1001) ci = 99.36 Ns/m.

More information on internal damping can be found in this blog.

References

[1]  Inman, D. J. Engineering Vibration (3rd ed.). Pearson Education, Inc., 2008: 43-48.

Components (7)

world

Type: World

Description: World coordinate system + gravity field + default animation definition

pinnedDE

Type: PinnedDriveEnd

Description: Component that can act as a pinned drive end to a beam, containing different options

pinnedNDE

Type: PinnedNonDriveEnd

Description: Component that can act as a pinned non-drive end to a beam, containing different options

shaftDE

Type: CylindricalBeam

Description: Class with a flexible cylindrical beam

shaftNDE

Type: CylindricalBeam

Description: Class with a flexible cylindrical beam

disk

Type: Disk

Description: Class with a disk and unblances

forceStatic

Type: Force

Description: Class that can apply forces along x, y and z axes with a defined interval and amplitude