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 General Mechanical Plotting maximum stress over time in APDL Reply To: Plotting maximum stress over time in APDL

Aurojyoti Prusty
Ansys Employee

To plot the maximum stress over time in APDL, you would need to extract the maximum stress at each time step and store it in an array for later plotting. This can be done using the *GET command in APDL, which can be used to extract the maximum stress in the element after performing a solution and creating a plot of stress. You can refer the below link.

/forum/forums/topic/how-to-extract-maximum-value-of-von-mises-stress-using-a-hybrid-element-model/

Below is the link to how to use the GET command.

https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/corp/v241/en/ans_cmd/Hlp_C_GET.html?q=GET%20command

Hope this helps.

Thanks,

Aurojyoti.