Author Topic: How to output van Mises stresses in a separate file?  (Read 3372 times)

zqzhang

  • Jr. Member
  • **
  • Posts: 23
How to output van Mises stresses in a separate file?
« on: July 26, 2017, 03:08:02 AM »
Dear all,

   After searching in the whole manual, I still dont get how to output the von Mises stresses in a separate txt file or as an array.  I did not find any command, need I edit the   internal files like iofile.h?

Please, I need the answer about it. Thank you for your help.

Best regards,
ZQ

Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2648
Re: How to output van Mises stresses in a separate file?
« Reply #1 on: July 26, 2017, 08:42:40 AM »
There is no specific command that will do this.  You will need to write your own user function (a UMACR*) to do this.  To see what can be done follow what we do to output nodal stresses (it is done in prtstr.f).  You can just use this to write the Mises stress (J_2 related) to the file you want.