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 cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Duplicate Elements

Status
Not open for further replies.

engltayl

Mechanical
Joined
Oct 4, 2006
Messages
14
Location
GB
Is there an easy way to assess a model to determine if there are any duplicate elements (i.e. 2 elements lying on top of each other)

thanks
 
Yes!

One way is to use the command NUMMRG,ELEM,,,SELE. But this works only if the elements are identical.

Another way is to program a macro with APDL, see the commands: *DO, ESEL, NSLE, ESLN.

Alex
 

This works for shell elements.

Turn OFF element outlines. /edge command

Then do an eplot. Duplicated elements will show element outlines when you have element outlines turned off.

-Dan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top