Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.
LS Dyna

LS Dyna

Topics related to LS-DYNA, Autodyn, Explicit STR and more.

Impact acceleration too high

    • user deleted
      Subscriber
      I'm doing an impact simulation. The impactor is a 5cm diameter sphere made from steel 4340, moving with velocity 1m/s. The target is a 20cmx20cm plate with thickness 5mm, also made from steel 4340. The probe acceleration is picked at the center of the plate. The peak acceleration values are very strange. They raise up to thousands of G. Could such slow impact make too high peak acceleration?n
    • peteroznewman
      Subscriber
      nThis discussion talks about force, but you can apply the same filtering to acceleration data since F = ma.n/forum/discussion/comment/99466#Comment_99466n
    • user deleted
      Subscriber
      Thanks Peter. In my simulation, the end time is equal to 0.01 s, number of output points is 2000, so sampling frequency is fs = 2x10^5 Hz. Cut-off frequency is set to fc = 2000 Hz. Normalized frequency fn = fc / (fs / 2) = 0.02. I use Butterworth low pass filter from scipy package to filter out the acceleration. The filter order is set to 5. Now, the filtered data is smooth, but the values are still high. Could you explain how to properly choose sampling frequency, cut-off frequency and filter order in such low speed impact to obtain appreciate results? Are there instructions about choosing these parameters in an Explicit Dynamics simulation?n
    • peteroznewman
      Subscriber
      nSince you do not know the maximum frequency in the signal, to avoid the risk of aliasing, you should write the result data on every cycle. This will create a very large result file.nIf the time step is 1e-8 s and your end time is 0.01 s you will have 1 million samples in the result file. Make sure you have plenty of disk space. Increase the time step by raising the minimum Characteristic Length in the mesh if you can.nLow pass filter the original data, then you can decimate the filtered data to get a more manageable number of points to plot. This advice is based on section 2.3 of the paper linked to below.nhttps://bodietech.com/pdfs/DSP_for_Explicit_FEA_AUC1999.pdfnRead the whole paper. It has examples that show how sampling the raw Explicit data, which is what you are doing when you set output points to 2000, aliases the data and can cause smooth curves to come out of noisy data, but those smooth curves can be very wrong! Low pass filtering aliased data doesn't fix the problem.n
Viewing 3 reply threads
  • The topic ‘Impact acceleration too high’ is closed to new replies.
[bingo_chatbox]