ortabe
Mechanical
- Feb 6, 2009
- 21
Hello,
I'm writing some code to do rotor dynamic analysis(compressor trains). The rotor is read from a file and stiffness is calculated as follows:
k = G*I/(l/1000) # /1000 because input is in mm
But given the following rotor (all mm)
dia len
300 300
900 300
400 300
the calculated stiffness of the middle part will be much higher than it truly is. What would be a good rule of thumb to determine the 'equivalent' stiffness of this rotor?
I'm writing some code to do rotor dynamic analysis(compressor trains). The rotor is read from a file and stiffness is calculated as follows:
k = G*I/(l/1000) # /1000 because input is in mm
But given the following rotor (all mm)
dia len
300 300
900 300
400 300
the calculated stiffness of the middle part will be much higher than it truly is. What would be a good rule of thumb to determine the 'equivalent' stiffness of this rotor?