Is it possible to calculate independent safety factors for different portions of a model?


In Release 10.0, it is possible to caculate independent safety factors for different portions of a model.

/prep7
et,1,42
mp,ex,1,10e6
mp,prxy,1,.3
n,1
n,2,1
n,3,2
n,4,3
n,5,0,1
n,6,1,1
n,7,2,1
n,8,3,1
e,1,2,6,5
e,2,3,7,6
e,3,4,8,7
d,1,all,0
d,5,all,0
f,8,fy,1000

/solu
solve

/post1
plnsol,s,eqv
etable,se_1,s,eqv
pretab,se_1

sfact,1
esel,s,elem,,1
sallow,10000
sfcalc,sf_1,se_1
pretab,sf_1,se_1

esel,s,elem,,3
sallow,30000
sfcalc,sf_1,se_1
pretab,sf_1

esel,s,elem,,2
sallow,20000
sfcalc,sf_1,se_1
pretab,sf_1

alls
pretab,sf_1





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