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 discussions- The legend values are not changing.
- LPBF Simulation of dissimilar materials in ANSYS mechanical (Thermal Transient)
- Convergence error in modal analysis
- APDL, memory, solid
- How to model a bimodular material in Mechanical
- Meaning of the error
- Simulate a fan on the end of shaft
- Nonlinear load cases combinations
- Real Life Example of a non-symmetric eigenvalue problem
- How can the results of Pressures and Motions for all elements be obtained?
Top Contributors-
3882
-
1414
-
1241
-
1118
-
1015
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.
-