Preprocessing

Preprocessing

Topics related to geometry, meshing, and CAD.

How to connect beam188 with solid 187 elements

    • moustafa
      Subscriber

      Hello,

      whenever I try to solve this model, consisting of different element types, I get this error: "There is at least 1 small equation solver pivot term (e.g., at the ROTX degree of freedom of node 138)."

      I assume it is due to not connected beam-solid element interfaces. How is the connection properly done? It shall be fixed. A code snippet for APDL would be great.

      Thanks in advance!

      Heisam

    • Rahul Kumbhar
      Ansys Employee
      You may use script based on the following hints.
      r,1000
      et,1000,175
      keyopt,1000,12,3
      keyopt,1000,5,3
      type,1000
      real,1000
      e, !use beam node to create contact

      et,1001,170
      type,1001
      real,1000
      nsel, !use solid surface nodes to create target
      esurf
Viewing 1 reply thread
  • The topic ‘How to connect beam188 with solid 187 elements’ is closed to new replies.