(theoretical FEA) Structural Transient: Ansys - Ball Bounce on Elastic Surface
(theoretical FEA) Structural Transient: Ansys - Ball Bounce on Elastic Surface
(OP)
Hi everyone,
I need to both model a ball bouncing on an elastic surface using Ansys Structural Transient analysis and I need to have a deep understanding of the calculation being performed behind it...
I believe the users manual is not intended to explain those things. How can I know what the program is doing in this analysis? I know about implementing finite elements for static structural analysis, but for those other kind I do not...
It seems to me though that in general, the program is modeling the problem as a mass spring damper problem (ball=mass, spring/damper = both from ball and surface), taking from the parameters it needs, but at it is calculated as an incremental problem (which is supposed to be taken as a sum of steady problems), it sounds contradictory... sorry for the kind of consufed text, could anyone try to help me with this trying to clarify my mind with some explanation or recommend me some understandable reference that explains this problem? (the integral equations that forms the eigen value problem/matrices...)
Thank you
I need to both model a ball bouncing on an elastic surface using Ansys Structural Transient analysis and I need to have a deep understanding of the calculation being performed behind it...
I believe the users manual is not intended to explain those things. How can I know what the program is doing in this analysis? I know about implementing finite elements for static structural analysis, but for those other kind I do not...
It seems to me though that in general, the program is modeling the problem as a mass spring damper problem (ball=mass, spring/damper = both from ball and surface), taking from the parameters it needs, but at it is calculated as an incremental problem (which is supposed to be taken as a sum of steady problems), it sounds contradictory... sorry for the kind of consufed text, could anyone try to help me with this trying to clarify my mind with some explanation or recommend me some understandable reference that explains this problem? (the integral equations that forms the eigen value problem/matrices...)
Thank you
RE: (theoretical FEA) Structural Transient: Ansys - Ball Bounce on Elastic Surface
RE: (theoretical FEA) Structural Transient: Ansys - Ball Bounce on Elastic Surface
https://en.wikipedia.org/wiki/Finite_element_metho...
TTFN (ta ta for now)
I can do absolutely anything. I'm an expert! https://www.youtube.com/watch?v=BKorP55Aqvg
FAQ731-376: Eng-Tips.com Forum Policies forum1529: Translation Assistance for Engineers Entire Forum list http://www.eng-tips.com/forumlist.cfm
RE: (theoretical FEA) Structural Transient: Ansys - Ball Bounce on Elastic Surface
I do not know which specific commercial code you mean by ANSYS Structural Transient analysis but I assume it is an explicit code (e.g., explicit scheme in LS-DYNA). Explicit schemes are easy to understand - all you do is assume equilibrium with initial conditions and simply integrate the governing equations in time. There is no tangent stiffness matrix to compute and no convergence issues to deal with because you are not converging to anything. However, there is a time step size constraint which is why the time step sizes are extremely small in explicit analyses. This is why explicit analyses are typically used for short-time events such as explosions, car crashes, etc. [In right hands, even quasi-static analyses can be performed equally well.]
If the ANSYS Structural Transient analysis uses an implicit numerical time integrator, then all you are doing on top of a static nonlinear structural analysis is solving for the transient terms in the governing equations.
Lots of suggestions for background are available in this forum and elsewhere on the internet.
*********************************************************
Are you new to this forum? If so, please read these FAQs:
http://www.eng-tips.com/faqs.cfm?fid=376
http://www.eng-tips.com/faqs.cfm?fid=1083