Author Topic: Output stress at Gauss points in umacr  (Read 4083 times)

K.Li

  • Full Member
  • ***
  • Posts: 191
Output stress at Gauss points in umacr
« on: June 05, 2015, 01:37:05 AM »
Dear FEAP users:

I am trying to modify the FEAP umacr9 routine for ParaView interface to output stress at Gauss points, instead of on the nodes. So could anyone please tell me where are the stresses at Gauss points located? Is it mr() or hr()?

Thanks a lot!

Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2649
Re: Output stress at Gauss points in umacr
« Reply #1 on: June 05, 2015, 07:37:52 AM »
Gauss point stresses are not stored.  They are computed and output in each element routine under isw=4.  Thus you need to recompute them in order to output to your file.  Hopefully, you are only using one element type!  Otherwise it is a tedious task.

K.Li

  • Full Member
  • ***
  • Posts: 191
Re: Output stress at Gauss points in umacr
« Reply #2 on: June 05, 2015, 12:49:13 PM »
Thank you for the information, Prof Taylor!