TAGGED: apdl, gradient, mechanical
-
-
July 18, 2023 at 9:40 am
vasanthan.pitchaimani
SubscriberDear all, How to export Stress gradients from rst? I need to export stress gradients for surface nodes in my model. Is there any APDL script available for that? I created named selection for set of nodes. For that named selection for each node towards the depth of 1mm surface normal direction, I need to extract stresses and export it into text file..
-
July 19, 2023 at 6:05 pm
dlooman
Ansys EmployeeYou could map stress to a path and then use pcalc,deri to compute the gradient along the path. prpath output can be redirected to a file.
-
July 20, 2023 at 12:28 pm
vasanthan.pitchaimani
SubscriberIs it possible to share the script if available for small set of nodes? I need APDL commands to map stresses in the path...
-
July 20, 2023 at 1:11 pm
dlooman
Ansys Employee/post1
set,last    ! store results
lpath,pick  ! pick nodes in direction desired
pdef,seqv,s,eqv ! or other stress quantity
pcalc,deri,seqvd,seqv
prpath,seqv,seqvd
-
- The topic ‘Extract Stress gradients from rst’ is closed to new replies.
-
2938
-
970
-
852
-
599
-
591
© 2025 Copyright ANSYS, Inc. All rights reserved.