XANSYS Message: 38553 [Go back to message list]
[bookmark on del.icio.us]
No rating yet
Subject: Re: Plotting from Post26
Author: Dan Bohlen
Date: 2002-06-06 09:56:00Yaser,
I think you are using up your week's quota for posting to XANSYS ! :-)
Dan Bohlen
Xansys Listmiester
-----Original Message-----
Sent: Wednesday, June 05, 2002 9:08 PM
To: xansys@yahoogroups.com
This command, VGET, some specific variables. what about if I want to save the
applied loads in an array to plot
it vs the displacement.
for example
NSEL,S,LOC,Y,0 assume 20 node selected
F,ALL,FY,-5 total force applied is 5* 20=100
then at the post26 my loads are going to vary from 0 to 100. Then what I need is
to save the total applied load
on all node as one value in each step and put it in an array like what I did
for the displ. below.
What command to save the applied load in array ?
skgroothuis wrote:
> Yaser,
> VGET is the command that you are after in /POST26 (again, my addition are in
> lower case).
> /POST26
> NSOL,2,2,U,Z,TIPLATDI
> RFORCE,3,1,F,Y
> PROD,4,3, , , , , ,-1.0,1,1
> XVAR,2
> PRVAR,2,4
> store
> vget,force(1),4
> vget,disp(1),2
> *cfopen,f_vs_d,txt
> *vwrite,force(1),disp(1)
> (e16.9,2x,e16.9)
> *cfclos
> /ui,raise
> PLVAR,4
> /ui,copy,save,jpeg,grap,colo,reve,port,yes
> FINISH
> Best Regards,
> Steve Groothuis
> Micron Technology Texas LLC
> -----Original Message-----
>