Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

ANSYS Node Numbering

Status
Not open for further replies.

Amroshafik

Mechanical
Apr 18, 2015
2
0
0
CA
Hi guys,

I have a problem to understand how ANSYS numbers the nodes. I have a code to determine the capacitance of a piezoelectric element. The writer used this code:

*get,npos,node,0,num,max

Then calculated the charge at this point

*get,Q,node,npos,rf,chrg

I don't understand why the maximum node number is selected to determine the capacitance here. I changed the code to the minimum node number, and the result is totally different. What is the relation between the node number and the value of the result it carries?

Thanks in advance
 
Replies continue below

Recommended for you

Status
Not open for further replies.
Back
Top