LS Dyna

LS Dyna

Topics related to LS-DYNA, Autodyn, Explicit STR and more.

Can I create rigid links connected to elastic solid deformable element?

TAGGED: 

    • paul.gouezec
      Subscriber

    • Dennis Chen
      Subscriber

       

      here’s an example of what you may be able to do.   you can also try constraint_extra_node_set, part_inertia, constrained_nodal_body_insertia, etc but below should work as an example

      node 75670 is created and then added to a node set containing your red surface (all nodes).   constrained_nodal_rigid_body is created, including node set which includes 75670.   element_inertia is added to node 75670, giving it mass.

      this way, node set 10, which contains all your red nodes and the extra node 75670, has the added mass 0.1.    Hope this helps. 

      *NODE
         75670     -3.49999964    197.02796621   -436.77937166                        
      *SET_NODE_LIST
              10
           75670    xx, xx, xx, xx
      *CONSTRAINED_NODAL_RIGID_BODY
      $      pid       cid      nsid     pnode      iprt    drflag    rrflag   unused1
              45         0        10         0         0         0         7          
      *ELEMENT_INERTIA
      $     ID     nid    csid                                                 unused1
        114045   75670       0                                                        
      $      ixx       ixy       ixz       iyy       iyz       izz      mass   unused2
               0         0         0         0         0         0       0.1    

       

      • paul.gouezec
        Subscriber

        I'm going to try this, thanks!

Viewing 1 reply thread
  • You must be logged in to reply to this topic.