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

General Mechanical

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

Multiple Static Load Steps in APDL Editor

    • JoeMant
      Subscriber

      Hello,

      I am trying to simulate a tensile test on a NL material in Mechanical APDL. I'd like to have multiple substeps on the transition linear-nonlinear zone, so I divided the imposed displacement into 2 substeps: [t: 0.0, u: 0.0; t:1.0, u: 0.5; t: 3.0, u: 1.0]

      My problem is that the first 10 substeps of the second load step are fixed at u=0.5. How can I solve this?

      Attached below, the Code I'm using and the results I get from Ansys (I'm using a linear material in this simulation) :

    • Govindan Nagappan
      Ansys Employee
      You are solving for time=2 without changing the load. So the load stays at 0.5
      Instead, for load step2, set time to 3
      define your load and solve
      !load step2
      time,3
      DCUM,....

      Or consider defining a table to apply the load



Viewing 1 reply thread
  • The topic ‘Multiple Static Load Steps in APDL Editor’ is closed to new replies.