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!

ansys nomber of nodes

Status
Not open for further replies.

simo7

Mechanical
Joined
Mar 21, 2006
Messages
5
Location
PL
hi
I need to set as a parametr nomber of nodes could you help me
x=nomber of nodes; how to do it in APDL
 
*GET,NoNodes,NODE,0,COUNT

is eqv to NoNodes= Total number of selected nodes
 
The *get command is the most powerful ANSYS APDL command!

Always look in the help (help,*get)!

You can get a lot (almost all) informations of ANSYS database with the *get command!

*get,n_num,node,,count !count of nodes
*get,n_max,node,,num,max !maximum node number (selected)
*get,n_maxd,node,,num,maxd !maximum node number (defined)

....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top