LS Dyna

LS Dyna

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

Get nodal coordinates in UMAT subroutine of ls-dyna

    • stringinging000
      Subscriber

      I'm trying to define a material with parameters that vary with position through the umat subroutine of ls-dyna, but I don't know how to get the node coordinates in the subroutine.

      The version of ls-dyna is R12

      I appreciate any suggestion

      Thank you for your help.

    • Ushnish Basu
      Ansys Employee

      Look for instances of dm_x in the dyn21*.F files, and see how getreal8ptr is used to assign it, and how it is passed to other subroutines and accessed in there. You can extend the argument list of the umat routines to include this array.

    • stringinging000
      Subscriber

      Thanks for responding.

Viewing 2 reply threads
  • The topic ‘Get nodal coordinates in UMAT subroutine of ls-dyna’ is closed to new replies.