DM

David Miller

6 days ago

I'm modeling a gear system in a dynamics simulation and the output torque is fluctuating more than expected. How can I stabilize it?

I'm working on a project for a mechanical design class where I'm simulating a spur gear system using software like Adams or similar tools. The system has two gears with a 2:1 ratio, and I've applied a constant input torque. However, the output torque shows significant fluctuations, even though I've accounted for backlash and friction. I've tried adjusting mesh stiffness and damping parameters, but the issue persists. What specific factors should I check or modify to reduce these fluctuations?

0
2 Comments

Discussion

HPR

Hemendra Pratap Radhakrishnan
4 days ago

Fluctuations in output torque for gear systems are often due to dynamic effects. Here's a step-by-step approach to troubleshoot and stabilize it:

  • Check Mesh Frequency: Ensure that the gear mesh frequency isn't exciting natural frequencies of the system. Calculate the mesh frequency as f_mesh = (input RPM * number of teeth) / 60 and compare it to the system's natural modes. If they're close, consider changing gear geometry or adding damping.
  • Review Friction Modeling: Friction can introduce non-linearities. Make sure your friction model (e.g., Coulomb or viscous) is appropriate for the operating conditions. Overly simplified models might cause instability. Refer to resources like gear friction studies for best practices.
  • Optimize Backlash and Tolerance: Excessive backlash can lead to impact forces. Tighten tolerances or use anti-backlash mechanisms. Also, verify that your simulation includes proper contact detection algorithms.
  • Adjust Simulation Parameters: Increase the resolution of time steps in your simulation software to capture transients better. For Adams, check the solver settings like HMAX or integration method. The Adams documentation has tips on dynamic analysis.
  • Consider External Loads: Ensure that the load on the output is consistent and not causing feedback. If it's a variable load, model it accurately or use a flywheel to smooth out torque variations.

For further reading, look into gear dynamics principles or simulation tutorials specific to your software.

1
DM

David Miller
3 days ago

Perfect, thanks! I hadn't considered the mesh frequency aspect—this gives me a clear direction to fix it.
0
MCC

Mayawati Chinmay Cheema
1 day ago

I've faced similar issues with planetary gearboxes; checking natural frequencies was key for me.
0