DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

calculate velocity using diadem crash tools

Hi..
 
Please help me to calculate velocity using crash tools and I also want to know how to write script for this... 
 
Smiley Happy  
0 Kudos
Message 1 of 2
(3,242 Views)
Hello sri lankan,
 
There is no standard function to calculate the velocity in DIAdem.
 
Assuming you have acceleration data (which is what you typically have in crash test), all you need to do is calculate the integral of the acceleration to get the velocity. The Integration function is part of the Basic Math palette in DIAdem.
 
This is the line to use in a Script:
 
Call ChnIntegrate("[1]/Time","[1]/Acceleration","/Integrated")
 
 
Otmar D. Foehner
0 Kudos
Message 2 of 2
(3,228 Views)