-
-
February 21, 2024 at 2:08 pm
a.eckhardt
SubscriberHello,Â
how can i use the command ENDRELEASE in my apdl-script. Enclosed you will find the txt-file in which I want to insert the command. I would like to release the rotation components. I think I have to use the BALL command for this. Please tell me how to do that. I would be happy about a small code section from you.
Thanks for your help.
Alex
-
February 23, 2024 at 12:27 pm
Ashish Khemka
Forum ModeratorHi
You can use a command snippet in the environment to apply the endreleases. Please refer to the following snippet (taken from a different Ansys forum post)
/PREP7
cmsel,s,release_n,node
cmsel,s,release_e,elem
endrelease,-1,,ROTX,ROTY,ROTZ
allsel
/SOLU
The endrelease command can also do this automatically, without prior selection of elements, but selecting just the elements and nodes you would like to release is good practice, and ensures only those are the ones that are released.Â
Regards,
Ashish Khemka
-
- The topic ‘Ansys APDL – How to use ENDRELEASE in the script’ is closed to new replies.
-
3572
-
1193
-
1076
-
1063
-
952
© 2025 Copyright ANSYS, Inc. All rights reserved.