TAGGED: structural-mechanics, wave-propogation
-
-
August 19, 2020 at 6:20 pm
roshanpj4
SubscriberHello, I am using ESOL command ESOL, NVAR, ELEM, NODE, Item, Comp, Namein ANSYS APDL script to extract the strain value at an element. I understood ELErepresents the element number, of which I need the result. I want to get the element number at a particular location by specifying the location coordinates (x, y,z) to put in the ESOL command. Is it possible to get the element number using the location coordinates?n -
August 19, 2020 at 6:47 pm
Erik Kostson
Ansys EmployeeOne way could be to use esel to select the element based on position, and the use the elnext function to obtain the element number. So a small example is:nnXmin=0.5nXmax=1nElnow=0nESEL,S,CENT,X,Xmin,Xmax ! Select element based on centroid x locationnElnow=elnext(Elnow) ! This variable will be the ELEM in the ESOL commandnnFor more info see the ESEL and ELNEXT commands in the help -
August 19, 2020 at 7:47 pm
-
Viewing 2 reply threads
- The topic ‘Get the element number at a location’ is closed to new replies.
Ansys Innovation Space
Trending discussions
Top Contributors
-
3190
-
1025
-
962
-
859
-
798
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.