In what coordinate system are element stresses reported for SHELL elements?


In Release 10.0, the coordinate system in which the stress results are reported is controlled by the RSYS command. By default the results are reported in the global Cartesian system (RSYS,0). If RSYS,SOLU is issued, the results are reported in the solution coordinate system. The solution coordinate system for SHELL elements is the element coordinate system. So, if RSYS,SOLU is issued, the stress results are reported in the element coordinate system.

The input file demonstrates this behavior. The element coordinate system for the elements in AREA 2 is rotated 90 degrees in the XY plane. From the printout you can see that the X and Y stress results are identical unless RSYS,SOLU is issued, then SX and SY are reversed.

/prep7
et,1,63
mp,ex,1,10e6
mp,prxy,1,.3
r,1,.1
local,11,0,0,0,0,90
csys,0
rect,0,1,0,1
rect,1.1,2.1,0,1
esize,.5
amesh,1
esys,11
amesh,2
nsel,s,loc,y,-.01,.01
d,all,all,0
nsel,s,loc,y,.99,1.01
f,all,fy,1000/3
alls

/solu
solve

/post1
set,last
etable,sx1,s,x
etable,sy1,s,y

rsys,solu
etable,sx2,s,x
etable,sy2,s,y
pretab,sx1,sy1,sx2,sy2





Show Form
No comments yet. Be the first to add a comment!