Structural Dynamics Analysis - Modal method or time integration?

AI Thread Summary
The discussion centers on the numerical solution of damped linear motion equations using finite element methods. The user has explored modal decomposition, time integration (Newmark method), and frequency domain methods, finding time integration to be the most efficient despite concerns about modal decomposition being the preferred approach. Issues arise with modal decomposition when not all modes are used, particularly for structures with stiff load paths, leading to inaccuracies in low-frequency results. Suggestions include utilizing the mode acceleration method or Craig Bampton method to improve accuracy. Ultimately, the choice of method depends on the specific problem requirements for accuracy and speed.
Hassan2
Messages
422
Reaction score
5
Hi all,

I need help with numerical solution of motion equation.

From the numerical point of view and in the real of the finite element method, which method is recommended for the solution of damped ( proportional damping) linear motion equation?

I have been trying three common methods; Modal decomposition, time integration ( Newark method), and frequency domain method ( for steady state solution). I faced a problem with the accuracy of modal decomposition method as I don't and can not use all the modes. In addition , if the displacements of all nodes are desired, the method turns out to be more time consuming than the time integration method. The frequency domain method is another choice when steady-state solution is sought but, in my code , it may need too much memory. So, I found the time integration to be the best and it is fast if we use an iterative matrix solver and use the solution of the previous time-step as the initial value of the current step. But isn't this contrary to claims that the modal decomposition method is the method of choice for linear motion equation?

Your help would be highly appreciated.
Thanks.
 
Engineering news on Phys.org
The "best" method is the one that is accurate enough and fast enough to give you what you want. In dynamics, "best" is usually problem dependent.

Modal decomposition with a limited number of modes can give problems if there are stiff load paths in your structure, which are only represented by high frequency modes. That can be a serious problem if you don't realize it exists, because the results may look plausible even if they are completely wrong.

One way to fix it is the "mode acceleration method," which adds the static response of the structure to the modal response. http://rotorlab.tamu.edu/me617/HD 8 Mode Accel addendum 2008.pdf (or use Google).

A more general version of this is the Craig Bampton method, sometimes called component mode synthesis. There are several variations on the basic idea. Google will find lots of references.
 
Thank you very much AlephZero. You have always been a good source of help to me.

Yes my problem is stiff. I have spent days and weeks to spot the cause of the error in the results obtained from the modal decomposition method. I Even used 200 modes but the error which was in fact in low frequencies persisted. As can be seen in the attached figure, the method follows the Newmark method very well in high harmonics but there is a significant error associated with low frequencies. I wrongly thought that since the error was at low frequencies, it was not due to neglecting higher modes ( higher than 200) but now I realize that even static response can be calculated from the method and high enough number of modes are required for that to be accurate enough.

The attachment shows the results.
 

Attachments

  • modal.png
    modal.png
    12.2 KB · Views: 634
How did you find PF?: Via Google search Hi, I have a vessel I 3D printed to investigate single bubble rise. The vessel has a 4 mm gap separated by acrylic panels. This is essentially my viewing chamber where I can record the bubble motion. The vessel is open to atmosphere. The bubble generation mechanism is composed of a syringe pump and glass capillary tube (Internal Diameter of 0.45 mm). I connect a 1/4” air line hose from the syringe to the capillary The bubble is formed at the tip...
Thread 'Physics of Stretch: What pressure does a band apply on a cylinder?'
Scenario 1 (figure 1) A continuous loop of elastic material is stretched around two metal bars. The top bar is attached to a load cell that reads force. The lower bar can be moved downwards to stretch the elastic material. The lower bar is moved downwards until the two bars are 1190mm apart, stretching the elastic material. The bars are 5mm thick, so the total internal loop length is 1200mm (1190mm + 5mm + 5mm). At this level of stretch, the load cell reads 45N tensile force. Key numbers...
I'd like to create a thread with links to 3-D Printer resources, including printers and software package suggestions. My motivations are selfish, as I have a 3-D printed project that I'm working on, and I'd like to buy a simple printer and use low cost software to make the first prototype. There are some previous threads about 3-D printing like this: https://www.physicsforums.com/threads/are-3d-printers-easy-to-use-yet.917489/ but none that address the overall topic (unless I've missed...

Similar threads

Back
Top