!
!----------------------- Static Solve -----------------------
!
tstart

fini
/solu

eqslv,iter,5,3

solv

fini

tstop
!
!----------------------- Post Processing -----------------------
!

/post1

! Make a file of stresses at fixed nodes on the resolver end
csys,cylRes
nsel,s,loc,x,rRes
nsel,r,loc,y,-90,ares
nsel,r,loc,z,-t
/out,resolver,out
csys,ct1cs
rsys,ct1cs
nsort,loc,x,0,0, ,select
prnsol,s,comp
/out

! Make a file of stresses at fixed nodes at the heel
csys,ct1cs
nsel,s,loc,z,-t-h
nsel,r,loc,y,theel-1.1*esizem,theel
/out,heel,out
csys,ct1cs
rsys,ct1cs
nsort,loc,x,0,0, ,select
prnsol,s,comp
/out

! Select the region of the model with maximum stress of interest
alls
csys,ct1cs
nsel,s,loc,y,ycBolt-rBHPo,ycBolt+rBHPo
esln,s

/eface,1
avprin,0,0
!plnsol,u,sum,2,1
plnsol,s,eqv,2,1