0% found this document useful (0 votes)
27 views2 pages

New Text Document

Table must have (#nodes + 1) rows rows = ((length / elementsize + 1) + 1)! Delete data in (2,1) which is for x = 400! otherwise graph is not plotted properl!

Uploaded by

Hpoo Ngone
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views2 pages

New Text Document

Table must have (#nodes + 1) rows rows = ((length / elementsize + 1) + 1)! Delete data in (2,1) which is for x = 400! otherwise graph is not plotted properl!

Uploaded by

Hpoo Ngone
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

finish /clear /title, Use of Tables for Data Plots /prep7 elementsize = 20 length = 400 et,1,beam3 r,1,2400,320e3,40 mp,ex,1,200000

mp,prxy,1,0.3 k,1,0,0 k,2,length,0 l,1,2 esize,elementsize lmesh,all finish /solu antype,static dk,1,all fk,2,fy,-2500 solve finish /post1 ! Note, there are 21 nodes in the mesh. For the procedure below ! the table must have (#nodes + 1) rows rows = ((length/elementsize + 1) + 1) *DIM,graph,TABLE,rows,2,1 *vget,graph(1,1),node,all,loc,x *vget,graph(1,2),node,all,u,y n *set,graph(2,1),0 400 y *set,graph(2,2),0 x = 400 y ! Delete data in (2,2) which is for UY @ ! otherwise graph is not plotted properl ! Creat a table called "graph" ! 22 rows x 2 columns x 1 plane ! Put node locations in the x direction ! in the first column for all nodes ! Put node deflections in the y directio ! in the second column ! Delete data in (2,1) which is for x = ! otherwise graph is not plotted properl ! Static analysis ! Constrain one end fully ! Apply load to other end ! Mesh size ! Mesh ! ! ! ! Beam3 element Area,I,Height Youngs Modulus Poisson's Ratio

! Geometry

*vget,graph(rows,1),node,2,loc,x the end *vget,graph(rows,2),node,2,u,y *vplot,graph(1,1),graph(1,2) /axlab,x,Length /axlab,y,Vertical Deflection /replot

! Re-enter the data for x = 400, but at ! of the table ! Plot the data in the table ! Change the axis labels

You might also like