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...