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