After using the Biot command to compute the field in bus bars (without meshing air)
can I also obtain stress contours and the deformed shape of the bars due to the Lorentz force?


Yes, it is possible to analyze the structural effect of the
Lorentz forces using SOLID5 with no air. I have attached an
example. It is necessary to use two load steps with
BIOT,NEW and NSUB,2 in the 2nd load step.

/prep7
et,1,5 ! U, temp, volt, mag
mp,ex,1,1e5
mp,nuxy,1,.3
mp,kxx,1,1
mp,rsvx,1,1e-7
mp,murx,1,1
block,,.5,,.5,,.01
esize,.01
vmesh,all
nsel,s,loc,x,0
d,all,volt,0
d,all,temp,0
d,all,ux,0
d,all,uy,0
d,all,uz,0
nsel,all
d,all,mag,0 ! don't need without iron

nsel,s,loc,x,.5
d,all,volt,1
nsel,all
fini
/solu
nsub,1

solve

biot,new
nsub,2

solve

fini
/post1
set,last
plns,s,y





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