Is it possible to apply rotational velocity?


In ANSYS Release 11.0, rotational velocity can be applied using the OMEGA command.


pi = acos(-1)
rpm_ = 3000
ome_ = rpm_*(2*pi)*60

/prep7
et,1,185
mp,ex,1,30e6
mp,prxy,1,.3
mp,dens,1,1e-4

block,0,10,0,1,0,1
vmesh,1
nsel,s,loc,x,0
nsel,a,loc,x,10
d,all,all,0
alls
omega,ome_

/solu
antype,static
solve

/post1
/view,1,1,1,1
plnsol,s,eqv





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