General Mechanical

General Mechanical

Topics related to Mechanical Enterprise, Motion, Additive Print and more.

How to control the assignment of element number (element id) in ANSYS APDL?

    • k_ujjwal
      Subscriber
    • krada
      Subscriber
      if you are using the direct mesh generation process then you can set the node number as per your desired which end up with your desired numbering. See the "ngen" and "egen" command for this purpose.
    • k_ujjwal
      Subscriber
      I have figured out a way of doing it. First of all, a grid of nodes was generated using nested'*do' loop and 'N, NODE, X, Y, Z, THXY, THYZ, THZX'command. Later, elements were generated by using the'*do' loop and 'EN, IEL, I, J, K, L, M, N, O, P'command.

Viewing 2 reply threads
  • The topic ‘How to control the assignment of element number (element id) in ANSYS APDL?’ is closed to new replies.