This is a continuation post on simple implementations of tuned-mass-dampers. For the curious please see my previous posts about TMDs here …

Say we have the 6-DOF model with frequency response as shown below.  The FRF’s show the response of a leadscrew actuator to an acceleration disturbance at it’s base (continue reading about the leadscrew actuator here…).  poi_tf_x_dir_out_Base_in

We can use a TMD to dampen the first few modes. As a first pass damper design, let’s set the mass ratio \alpha=\frac{m_{damper}}{m_{sys}} to be 10%.  We then have m_{damper}=0.2 kg.  Also, the first interesting system mode occurs around \omega_n=300hz, a general rule of thumb for determining the damper’s resonance is \frac{\omega_{damper}}{\omega_{sys}}=\frac{1}{1-\alpha}.  We then set \omega_d = 278hz.  It is trivial to determine the damper stiffness k_{damper}=m_{damper}{\omega_d}^2.  We can start with a damping value of c=\frac{1}{2}m_{damper}\omega_d.

So we create a 6-DOF tuned-mass-damper by appending six 1-DOF TMD’s, and if so desired, each 1-DOF TMD can target different modes as they are independent of eachother.

tmd_{6d} = \left[\begin{matrix}tmd_{1dx}\\tmd_{1dy}\\tmd_{1dz}\\tmd_{1drx}\\tmd_{1dry}\\tmd_{1drz}\end{matrix}\right]

The 6-DOF TMD is then feedback to the dynamic system and the resultant FRF’s are shown below.  The dashed lines are the undamped and solid lines are the damped FRF’s.  Notice the original resonance is quite suppressed, this will dramatically reduce the POI motion from base disturbances.

 

poi_tf_x_dir_out_Base_in_tmd

 

For further reading on tuned mass dampers can by Lei Zuo and Samir Nayfeh be found here.

Post Navigation