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.
General Mechanical

General Mechanical

Topics related to Mechanical Enterprise, Motion, Additive Print and more.

Impact testing

    • jackansysjack
      Subscriber

      Hello,


       


      I am doing an impact test in explicit at a speed of 5 m/s but am getting very acceleration values from a placed probe. Can anyone point me in the right direction with were I am going wrong?


       


      I have attached an image to show my issue.


       


      Thanks in advanced,


      Jack 

    • peteroznewman
      Subscriber

      Hello Jack,


      Plot a single node, for example, one near the top of the inner ball.


      Plot the directional displacement of that node in the Y direction.


      Plot the directional velocity of that node in the Y direction.


      Plot the directional acceleration of that node in the Y direction.


      I expect the displacement to begin at zero, go negative, then positive as the ball rebounds.


      I expect the velocity to begin with a negative velocity, the impact velocity, and go toward zero then go positive as the ball rebounds.


      If you see these things, then the simulation is doing what I expect and the directional acceleration plot would be accurate.


      You should request a larger number of outputs than the default of 20, like 200 or more.


       

    • peteroznewman
      Subscriber

      Also, insert the image directly into your post because the ANSYS employees are not allowed to open attachments.


       

    • jackansysjack
      Subscriber

      Thank you very much for your reply.


      I have inserted a node but my measurements are still rather strange, my acceleration is fluctuating rapidly even before contact with the plate. I have attached the data from the the acceleration, velocity and displacement node.


       


    • jackansysjack
      Subscriber

      Here is the velocity plot


       


    • peteroznewman
      Subscriber

      Explicit Dynamics acceleration results are often noisy so you need to filter the data.  One way to filter is to integrate, which is why the velocity and displacement data look smooth.  If you smooth the velocity data and then differentiate it, you will get a smooth acceleration curve. I use matlab to do those operations. Do you have matlab?  I can show you what it will look like if you want to attach the velocity data.


      Click on the blank square at the top left corner of the Tabular Data for the Directional Velocity, all the data will highlight. Ctrl-C to copy to clipboard, then open Notepad and click Ctrl-V to paste the data into Notepad. Save the Notepad file as velocity.txt then use the Attach button on your post above to attach the file.

    • jackansysjack
      Subscriber

      I have attached the data file to the post above.


      I will download Matlab now, would it be possible to post the Matlab code on here?


      Thank you very much for helping me with this.


       

    • peteroznewman
      Subscriber

      Attached are the filtered velocity file that was differentiated to give the acceleration. I had to add 5 to the velocity so that the curve started at zero for the filter to work properly. I low pass filtered it at 1000 Hz.  This caused an oscillation in the curve after 0.007s so that was discarded before the differentiation was done.



      If you filter it at 2000 Hz, then more oscillation is represented.



      If you filter at 5000 Hz, too much oscillation enters the result.

    • peteroznewman
      Subscriber

      I use a free GUI package called vibrationdata in matlab. Search for vibrationdata WordPress and you will find where to download it.



      velos = [velocity(:,1),velocity(:,2)+ 5];



      The only code I typed is shown above.

    • jackansysjack
      Subscriber

      Nice, I will give that a go. Thank you so much for your help Peter!

    • jackansysjack
      Subscriber

      I am having some difficulty understanding the vibrationaldata GUI would you mind pointing me in the right direction with what you did inside the GUI.

Viewing 10 reply threads
  • The topic ‘Impact testing’ is closed to new replies.
[bingo_chatbox]