Is it possible to *GET the mass moment of inertia of a deformed model?


In Release 10.0, interia relief can be used to compute the mass moment of inertia for a deformed model. *GET can them retrieve that value.

/filname,mm_test
/prep7
et,1,45
mp,ex,1,30e6
mp,prxy,1,.3
mp,dens,1,1
block,-5,5,-.5,.5,-.5,.5
esize,.25
vmesh,1
ne = node (5,0,0)
nsel,s,loc,x,-5.01,-4.99
d,all,all,0
alls
f,ne,fy,-10000

/solu
nlgeom,1
irlf,-1
solve
*get,mmi_1,elem,0,ior,z
fini

/prep7
upgeom,1,,,mmi_test,rst

/solu
nlgeom,1
irlf,-1
solve
*get,mmi_2,elem,0,ior,z





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