Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Inverse Get functions NODE(x,y,z)

Status
Not open for further replies.

wwang123

Materials
Joined
Aug 1, 2012
Messages
10
Location
DE
Hello!


I would like to be able to retrieve the node number closest to a set of coordinates x,y,z and be able to retrieve the stress at each node that I select. I've read about inverse get functions and that NODE(x,y,z) should do the job, but I do not see such a function in the ANSYS documentation (using version 14.0). Is there some syntax I need to type in that I'm unaware of? An example would be great!


Thanks!
 
I think the documentation you may want to look at is hidden there : // ANSYS Parametric Design Language Guide // B. GET Function Summary
hope it will help
 
Thanks a bunch!


From what I can gather, these commands can only be used in a script? It doesn't seem to recognize it when I type it into the ANSYS command prompt.
 
We use into the Ansys command prompt, it looks something like that :
coordinate_array(i,2)=NX(NodeNumberFromArray(i,1))+UX(NodeNumberFromArray(i,1))
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top