We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.

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

marcansyl
Subscriber
Thanks,
I still cannot use the time as condition in if in my code.
what I want is to have for instance : if (time>200) {shear=0;}
when I do that, it gives me shear = 0 for all time between 0 and 400.

Marc