Author Topic: How to add a USER PLOT command: Example  (Read 5309 times)

Prof. S. Govindjee

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 1165
How to add a USER PLOT command: Example
« on: April 21, 2014, 03:47:26 PM »
For those interested, I have added an example of how to add a user plot command to FEAP to my FEAP page.
The example concerns adding a feature to plot heat-flux vectors to a plot.

See: http://www.ce.berkeley.edu/~sanjay/FEAP/feap.html and in particular http://www.ce.berkeley.edu/~sanjay/FEAP/flux.html

M. Kurdi

  • Full Member
  • ***
  • Posts: 149
Re: How to add a USER PLOT command: Example
« Reply #1 on: April 21, 2014, 05:21:40 PM »
Thanks for posting. I found the macro webpage very helpful.

Tao Jin

  • Jr. Member
  • **
  • Posts: 47
Re: How to add a USER PLOT command: Example
« Reply #2 on: June 25, 2014, 03:52:25 PM »
For those interested, I have added an example of how to add a user plot command to FEAP to my FEAP page.
The example concerns adding a feature to plot heat-flux vectors to a plot.

See: http://www.ce.berkeley.edu/~sanjay/FEAP/feap.html and in particular http://www.ce.berkeley.edu/~sanjay/FEAP/flux.html

Thanks for the sharing, Professor Govindjee.

In the uplot1.f, a head file 'eldatp.h' is included which is not contained in FEAP. So I assume it is user-defined. Would you mind also uploading this head file?

Also, 'histpltfl' and 'hplmax' are two logical variables which are not declared. I assume these two global variables are contained in the head file 'eldatp.h'. Where are these two logical variables given the value?

Thanks for your time and effort

Tao

FEAP_Admin

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 993
Re: How to add a USER PLOT command: Example
« Reply #3 on: July 02, 2014, 12:48:15 PM »
eldatp.h is located in the include folder (note this requires version 8.4)