We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.

Ansys Learning Forum Forums Discuss Simulation LS Dyna How autodyn imports external energy deposition Reply To: How autodyn imports external energy deposition

Chris Quan
Ansys Employee

EXSIE is called at every cycle for every element.

Basically, you only need to enter DSIE so program will read DSIE and then deposit it to the element which calls the EXSIE. 

If each element has different value of DSIE, you can add IF-THEN statements in EXSIE to calculate the DSIE for the specified element (I = INOW, J = JNOW, K = KNOW).

Density, Pressure, etc, will be calculated outside of EXSIE by other subroutines.