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 General Mechanical Multi load step analysis in apdl from workbench Reply To: Multi load step analysis in apdl from workbench

oglawal2
Subscriber

Hi Mike, so I was going through the mapdl help would the below be the correct way to get nodal acceleration from transient ansys:

/POST26
NSOL,2,1595,ACC,X
STORE,MERGE
*GET,size,VARI,,NSETS
*dim,ACC_X,array,size
VGET,ACC_X(1),2
*CFOPEN,acc.txt
*VWRITE,ACC_X(1)
(F10.5,F12.2)
*CFCLOSE

Also, how would I get the contact force in an impact simulation in this case?