Is it possible to list the hoop stress for PIPE16 elements?


In Release 10.0, it is possible to list the hoop stress for PIPE16 elements using an ETABLE. Below is a simple example that runs two load cases; one with an axial load and one with internal pressure and an axial load. The load case with internal pressure produces hoop stress. The load case without internal pressure does not produce hoop stress.

/prep7
et,1,16
mp,ex,1,10e6
mp,prxy,1,.3
mp,dens,1,7e-4
r,1,1,.1
n,1
n,2,10
e,1,2
d,1,all,0

/solu
f,2,fx,100
solve
fdele,all
sfe,1,1,pres,,1000
solve

/post1
set,first
etable,ax_1,ls,1
pretab,ax_1
etable,hoop_1,ls,3
pretab,ax_1,hoop_1

set,next
etable,ax_2,ls,1
pretab,ax_2
etable,hoop_2,ls,3
pretab,ax_2,hoop_2





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