how to calculate axial vibration? #1092
-
First of all, I want to thank all people involved in building up this fantastic open source tool for rotor dynamics. I am begginer ,I want to calculate axial vibration's free modal. but I can find any discuss or case, who can help me? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @Pierre-zhu, I'll try to help you. Start by creating a rotor model without bearing elements. Ensure that the model has 6 degrees of freedom to properly account for axial vibrations. For instance, instead of using the Make sure your version of the ROSS library is up-to-date, as newer versions may include improved features and bug fixes. |
Beta Was this translation helpful? Give feedback.
-
I have another question : how to set up one earthing stiffness (thruter bearing) for one node? |
Beta Was this translation helpful? Give feedback.
Hi @Pierre-zhu,
I'll try to help you.
Start by creating a rotor model without bearing elements. Ensure that the model has 6 degrees of freedom to properly account for axial vibrations. For instance, instead of using the
ShaftElement
class, use theShaftElement6DoF
class for shaft elements, and theDiskElement6DoF
class for disks. Once your model is set up, you can use therun_campbell
method to analyze the system's modes and identify the axial modes. Also check discussion #1041 to see if it helps you.Make sure your version of the ROSS library is up-to-date, as newer versions may include improved features and bug fixes.