Author Topic: How to use the Paraview?  (Read 3605 times)

YunfeiWang

  • Full Member
  • ***
  • Posts: 91
How to use the Paraview?
« on: April 25, 2017, 03:50:17 AM »
Dear all
   
    I want to add a new module which could output files that can be read by Paraview. The user macro is showed in attachment. So how to add it to FEAP? Is that

directly put the file on the specified directory or others?

Thank you very much

Best regards

JStorm

  • Sr. Member
  • ****
  • Posts: 250
Re: How to use the Paraview?
« Reply #1 on: April 25, 2017, 04:28:08 AM »
In FEAP 8.4. there is already VTK support included. You find the files in ./packages/paraview.

YunfeiWang

  • Full Member
  • ***
  • Posts: 91
Re: How to use the Paraview?
« Reply #2 on: April 25, 2017, 06:27:32 PM »
In FEAP 8.4. there is already VTK support included. You find the files in ./packages/paraview.
Thank you for your reply

   Could you tell me how to call it in the interactive window or input file?

  Thank you again

  Best regards

JStorm

  • Sr. Member
  • ****
  • Posts: 250
Re: How to use the Paraview?
« Reply #3 on: April 26, 2017, 01:45:01 AM »
first you need to move the files into ./user/ (or modify the makefile) in order to compile FEAP with the paraview features.
than you can add the lines:

STREss NODEs
PVIEw,time

into the Newton-Raphson loop of your inputfile.

Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2648
Re: How to use the Paraview?
« Reply #4 on: April 26, 2017, 08:45:48 AM »
Have you added the umacr9 to your program?  Once you do you would get your output from the command name you specified in the umacr9 routine.  This should produce a file you can view using paraview.