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!

Selecting nodes on the surfaces of a volume

Status
Not open for further replies.

protrader

Mechanical
Joined
May 26, 2008
Messages
24
Location
CA
using commands (APDL), how can we select all the nodes on the exterior surfaces of a volume like a block? I want to impose constant temperatures as BCs but I don't want to choose them one by one.
 
If the nodes are associated with the volume, you can use

ASLV
NSLA,,1


 
Check asel,nsel commands in ANSYS help for explanation of keywords .. and enjoy the selection process
 
I'm not terribly familiar with the ADPL, but you can replicate this procedure for the GUI, and then look in the log to see what the specific commands were for your geometries.

Select your volume, select the areas of interest, then select nodes->attached to->areas, all

that will select all nodes attached only to the surface of your volume!
 
oops I just noticed, using the allsel command if you are using volume elements you would get all the nodes in the volume. Apologies. You will have to also use nsla as suggested in the first reply.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top