Author Topic: plot  (Read 6114 times)

M. Kurdi

  • Full Member
  • ***
  • Posts: 149
plot
« on: September 04, 2013, 06:25:46 PM »
Hello,
Is it possible to specify an absolute scale in plotting deformed and undeformed solutions?

Let me explain. I am using the plot command to display the deformed and undeformed solutions. I would like to maintain the same scale between two different evaluations of the finite element model, so that I can compare the two solutions. For example I use one run

PLOT SCALE,1,0
PLOT UNDEF,1,1
PLOT MESH
PLOT DEFO,1,1
PLOT,POSTscript !close file
But when running same model but different forces the deformations is different and the scaling adjust to that particular solution. But that will not allow comparison of the two runs.
Thanks,

Mohammad

Prof. S. Govindjee

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 1160
Re: plot
« Reply #1 on: September 05, 2013, 07:35:38 AM »
use the plot command RANGe; i.e.

plot,range,v1,v2

M. Kurdi

  • Full Member
  • ***
  • Posts: 149
Re: plot
« Reply #2 on: September 05, 2013, 10:19:45 AM »
Thanks.
I think the problem is with the PLOT SCALE command. Each run is scaled differently to accommodate the different deformed structure, so I get different scaling. When I use Range while disabling scale part of the solution is clipped off.
In using the PLOT RANGE, what are the maximum and minimum allowed values for the plot size that one can use?


M. Kurdi

  • Full Member
  • ***
  • Posts: 149
Re: plot
« Reply #3 on: September 05, 2013, 11:14:20 AM »
I found a work around by using PLOT CENT AND PLOT RANGE. Just made sure all solutions can fit in the range provided by centering the plot every time.