qwicker
Mechanical
- Jun 19, 2007
- 67
Hello everyone. This is my first post, so bear with me.
My project involves fitting a solid shaft of Beryllium Copper (BeCu) into a BeCu sleeve. I am trying to figure you the best method to do so. My calculations are a bit rusty so I am not sure if I have done this correctly. I suppose the best way to compare the 2 methods is to see which one has lesser stress and less radial expansion.
I have computed the stress in the press fit by using the following formula (from engineeringtoolbox.com)
sr = abs((((a)^2*p)/(b^2 - a^2))*(1 - (b^2 / r^2)));
Sorry for the raw Matlab code. If it is easier, please view the formula @
I computed the radial stress (Sr) for the shrinkage fit by using the formula found @
With both stresses, I simply used Hooke's Formula (sigma=E*epsilon) to find the radial deformation.
It seems that the shrink fit causes higher stress and deformation. Thoughts?
Thank you!
My project involves fitting a solid shaft of Beryllium Copper (BeCu) into a BeCu sleeve. I am trying to figure you the best method to do so. My calculations are a bit rusty so I am not sure if I have done this correctly. I suppose the best way to compare the 2 methods is to see which one has lesser stress and less radial expansion.
I have computed the stress in the press fit by using the following formula (from engineeringtoolbox.com)
sr = abs((((a)^2*p)/(b^2 - a^2))*(1 - (b^2 / r^2)));
Sorry for the raw Matlab code. If it is easier, please view the formula @
I computed the radial stress (Sr) for the shrinkage fit by using the formula found @
With both stresses, I simply used Hooke's Formula (sigma=E*epsilon) to find the radial deformation.
It seems that the shrink fit causes higher stress and deformation. Thoughts?
Thank you!