Ansys Learning Forum › Forums › Discuss Simulation › LS Dyna › Variable to refer to current time in user defined function › Reply To: Variable to refer to current time in user defined function
October 26, 2021 at 9:02 pm
Andreas Koutras
Ansys Employee
Hi Marc, add the following line to confirm that the current time is printed in the terminal screen. Let me know if this works.
print(time);
print(time);