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.
General Mechanical

General Mechanical

Topics related to Mechanical Enterprise, Motion, Additive Print and more.

Method for extracting equivalent stress / strain at each time step by APDL

TAGGED: 

    • Hiromu
      Subscriber

      I am performing a uniaxial tension analysis over 40 time steps using an APDL script.
      However, after running the analysis, only the final results are returned, and I cannot obtain the intermediate equivalent stress and equivalent strain results.
      How can I retrieve these results for each time step?

    • Govindan Nagappan
      Ansys Employee

      Make sure you use outres command to write results at all time steps before solving

      Then use the set command to select a specific result set and then plot the stress/strain results

      See help doc: OUTRES

      SET

    • Hiromu
      Subscriber

      I made sure to include OUTRES commands like OUTRES,STRS,ALL and OUTRES,EPEL,ALL at each step. However, since there was no SET command, I created a separate script using /POST1. Is it collect?

Viewing 2 reply threads
  • You must be logged in to reply to this topic.