3D Design

3D Design

Topics related to Ansys Discovery and Ansys SpaceClaim.

APDL how can I use MPC184 to connect al element?

    • Nunzio
      Subscriber

      Hi everybody!

      I want to connect one single node to all the nodes in a surface using a rigid link. I know that I need MPC184 but I do not know how to proceed. Can you help me please?

      Kind regards,

      NC

    • Erik Kostson
      Ansys Employee

      Can you please ask this question in the structural forum - this forum is for design/cad related questions mostly.

      thank you

      Erik

      PS:

      One can define a single node (say nr: numbernode),
      then define a mpc184 link via et,1000,mpc184,
      then set type to type,1000 (for mpc184 type), and loop through the nodes on the line that are in a named selection (these are selected with cmsel), and then get the node number say called currrent_node_nr, and do a command (E command) E,numbernode,currrent_node_nr, to define a mpc184 element between nodes currrent_node_nr and numbernode. Then do that for the next node in the selection and so on.
      This is done for all nodes in named selection in a *DO loop.

      Hope this helps (this all help we can give - should you have any other questions create a new discussion in the structural forum, and perhaps some users might help)


Viewing 1 reply thread
  • The topic ‘APDL how can I use MPC184 to connect al element?’ is closed to new replies.