TAGGED: ansys-apdl, apdl, apdl-command, postprocessing, substeps
-
-
July 28, 2021 at 10:27 am
solani
SubscriberHello,
how do I get the time at a specific substep with APDL commands? The *Get command does not seem to solve this problem.
Background: I want to fill an array with size = number of substeps with the times at the specific substeps in post processing
Thank you in advance.
Ani
July 28, 2021 at 10:59 amErik Kostson
Ansys EmployeeHi
Yes, we can get the time by setting (set command) the desired substep to look at
SO below we look at substep=2 (out of 3).
/post1
substep=2
*GET, my_lsteps, ACTIVE, 0, SET, LSTP
*GET, my_nsteps, ACTIVE, 0, SET, SBST
set,my_lsteps,substep ! sets the specific load and sub-step
*GET, my_time, ACTIVE, 0, SET, TIME
Hope this helps
July 28, 2021 at 11:10 amsolani
Subscriber
this helped. Thank you very much!
Ani
Viewing 2 reply threads- The topic ‘How to get time at substep?’ is closed to new replies.
Ansys Innovation SpaceTrending discussionsTop Contributors-
3487
-
1057
-
1051
-
945
-
912
Top Rated Tags© 2025 Copyright ANSYS, Inc. All rights reserved.
Ansys does not support the usage of unauthorized Ansys software. Please visit www.ansys.com to obtain an official distribution.
-