Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Spring Theory 8

Status
Not open for further replies.

treddie

Computer
Dec 17, 2005
417
Howdie.
Would anyone happen to know of a good book that explains the dynamics of springs? I have searched and searched on the web forever for the equations governing the dynamics of all types of springs and come up zero, and can't seem to find anything on something that MUST be covered in detail SOMEWHERE. You know it's getting bad when you reach somebody's New Age page about "Spring" theory and how it will change your life....Jeez!

Thanks,
treddie
 
Replies continue below

Recommended for you

Pick up Schaum's Outline Series
Theory and Problems of Machine Design.
Most University Bookstores have good
Machine Design Books if you cannot find
it at your library.
Machinery's Handbook might suffice.
How little do you know?
What kind of spring?
 
What do you mean by spring dynamics? Are you referring to the dynamics of masses loaded by springs? If yes, then any university school book such as Dynamics by Meriams's or the books mentioned by dimjim.

However, if you you refer to the the dynamic shock wave in a spring which is loaded by an impact force or fatigue life of springs, then you should geT:

Spring Design and application by Chironis
Mechanical springs by Wahl

or

Spring Design by W.R.Berry as desertfox suggested.

 
Thanks everyone for the replies. I will check the references you have suggested.

Israelkk>
The problem is one of CAD modelling the shape of a flat spiral spring (clock spring) accurately, while taking into consideration that the last winding is pushing against the spring and causing the coils to compress inward on that side (therefore, outward on the other side). The compression dampens out as you get closer to the center of the spring, I guess, due to the fact that the closer you get to center, the more opposition there is to the side force.

Also, am trying to accurately model conventional coil spring behaviour as it rests inside of a curved space with a ball at one end.

treddie
 
treddie

When you say CAD modeling do you mean FEA analysis of the clock/brush spring?

If so, I do not exactly understand what are you looking for. Are you referring to the phenomena that the coils are moving radially when the spring is deflected by some angle of rotation?

Anyway, the number of turns that a clock/brush spring can have is up to three full turns (1180 degrees), beyond this the spring will buckle such the coils will move in the direction of the spring axis of rotation forming a cone like shape of spring.

Due to the large deflections (three turns max) of such a spring a linear FEA analysis will not fit.

More than that, the formulations for such springs are well established by theory and practice for many years. Therefore, I do not see any value in using a cannon to kill an ant.

One more problem to consider is that all formulations are based on experience and you can not manufacture any shape you like using a coiled strip. The formulations takes this into account when it put limits to the strip length to strip thickness ratio selection.

As to accurately model conventional coil spring behaviour as it rests inside of a curved space with a ball at one end, friction will play a major role. Therefore, not all the coils will participate all the time. Therefore I expect a very erratic and inconsistent behavior of such a spring arrangement, not to mention wear of the coils and very limited life cycle.

In a coiled compression spring the diameter of the coils varies from coil to coil and they are not completely centered to each other.
 
It's not clear to me that the clock spring problem is actually a dynamic problem at all. But sounds like you need information on FEA, not springs- unless some has exhaustively approached that very problem.
 
Looks like someone has directed me to a forum on Springs. I will check there, too.

But to answer your question, israelkk>
Visualize a flat spiral spring of, say 20 turns. It has an axle, ofcourse, perpendicular to the direction of the spring's turns. Put one end of the spring axle in a hole in a tabltop so that the axle is sticking straight up out of the tabletop. The plane of the spring turns is now parallel to the tabletop. Now, push on the spring itself, pushing parallel to the tabletop, using your finger. The windings compress on that side of the spring, and expand on the other.

This is all for a visual I need to build; it's not for building an actual spring, although I will be building it in ProE, nonetheless. That is, once I can get a fairly accurate plan view of the spring windings, by building a VB program to generate it. I'll then save out as a DXF to import into ProE for a trajectory, along which the spring will follow.

treddie
 
It's an interesting probem, and I am sure it has been solved empirically, or even analytically before. However, in my experience spring designers often try and do things that result in non-analytical designs. Your coil spring in a tube example is a good one.

So, you could use a non linear (in geometry) FEA package. You could build it in ADAMS, which would cope with all the non linearities, but it would be a very slow running model, and would be very 'fragile'.







Cheers

Greg Locock

Please see FAQ731-376 for tips on how to make the best use of Eng-Tips.
 
My attempt to the solution of this problem is as follows.
Let's assume O is the center of the spiral and B is the free end, where a force P is acting in the direction BO.
One can observe that each half winding of the spiral may be approximated as a semicircular arc with radius r equal to half the distance of the endpoints.
Now the problem is that of the deflection of a semicircular arc with two fixed ends at A and at B, the ends being free to slide along the diameter. The arc is loaded at A and B by two forces P directed along the diameter.
This problem is solved in textbooks treating curved beams: my own is a monumental work by Belluzzi (only in italian), but I guess it can be found elsewhere.
The solution to this problem is as follows (hope with no mistake on my part, as some simplifications were necessary):
[ξ]=(Pr3/16EJ)(2[θ]-[π]+2sin[θ]cos[θ]+8([θ]sin[θ]+cos[θ])/[π]-4sin[θ])
[η]=(Pr3/16EJ)(4cos[θ]-2-2cos2[θ]+8(sin[θ]-[θ]cos[θ])/[π])
where
[ξ] is the displacement in the direction AB
[η] is the displacement in the direction orthogonal to AB
[θ] is an angle measured from A (where it is zero) to B (where it equals [π])
and the other symbols are easy to figure out.
Note also that the above equations take the center O as not moving (because of symmetry): this should be accounted for in the following.
Now it shouldn't be too hard to do the following: take first the innermost half winding and calculate its deflection, considering that one end in this case doesn't move, not the center as in the equations above; then take the following one that will start its deflection from the former and so on.
Of course all this assumes that each half winding is a true circular arc and that the deflections are small. However as the solution is obtained from the equivalent of the well known equation y''=-M/EJ, and this one is known to work well with relatively large deformations, I guess that the results could be acceptable even for a spring, where the deflection may be many times the beam depth (or thickness). Anyway don't think that more could be done by analytical means.

Good luck! (you'll need much of it[smile])


prex

Online tools for structural design
 
prex

In such a spring the force P is NOT directed to the center "O", it is acting perpendicular to OB (tangent to the outside diameter).

Usually the B point is held in position and the spring center tab is rotating with respect to the spring axis. Unless the B point is clamped the spring end at the B point can rotate with respect to the B point.
 
Thanks everyone for your excellent comments.
prex > I will give your solution a try. Looks very straight forward, though in just quickly sketching it out, It looks like it's behaving more like a squashed onion (with all its layers) than a spring. But I'll run the equations to find out.
Anyway, I'm going to see if I can find a used copy of Spring Design on Amazon, plus the other books, but I'll check out the University library, first.

Thanks again, everbody!
Time to hit the books!
treddie
 
treddie,
just to complete:
1)of course the above formulae become invalid if there is contact between the turns; in that case the problem becomes hyperstatic and I guess there is no simple solution
2)the outermost half turn, to be precise, is supported, not fixed, at one end. If you succeed in using the above formulae, drop me a message here or in the contact section of the site below: in my reference I have also the formulae for the fixed-supported boundary condition.

prex

Online tools for structural design
 
prex:
I am assuming that in your equations, the following are:
M = Bending moment
E = Modulus of Elasticity
J = Polar Moment of Inertia

If so, I have one question for you.
Since my spring has a rectangular crossection, would I not replace J with I (Moment of Inertia)?

treddie
 
treddie,
J is the moment of inertia about the neutral axis of bending. If t is the thickness of your spring and b the width, J=bt3/12

prex

Online tools for structural design
 
prex:
Gotcha. Thanks.
I have to get out some jobs for clients, so I won't be able to run a test program just yet. I'm really curious to set this thing up, though, so hopefully I'll be able to get on it shortly. I'll let you know of my results.
treddie
 
prex:
Have had the chance to set up the "guts" of the program. Getting ready to set up procedure for the "re-joining" of the beams, and then debug. Hopefully soon.
treddie
 
prex:
I'm assuming I have your math heiarchy correct here:

Let F = (Pr^3) / (4EJ)

Then:

?=F * ((2?) - (?) + (2sin?cos?) + (8(?sin?+cos?)/?) - (4sin?))

?=F * ( (4cos?) - (2) - (2(cos?)^2) + (8*(sin?-?cos?) / ?) )

Right now, I'm getting strange behaviour and want to check the
equations first before I proceed to debug further.

Incidentally, I dug out my old Strength of Materials book and found the discussion on the First Moment-Area Theorem, which you allude to above. Just out of curiosity, I’m also going to play with the idea of the spiral as a straightened out piece of metal laid horizontally, with a sinusoidally changing applied load from above, representing the continuously changing load with THETA.
Then working backwards to “assemble” those loads onto the wrapped-up spiral. Kind of like reducing the problem to one of a single long beam with vertical loads and typical shear and moment diagrams.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor