!   TITLE:  bspring.parm (G200)
!
!---------------------------------------------------------------------------
!       Rev -   02/01/2006      D. Edwards
!---------------------------------------------------------------------------
!
!   Electroid Brake Spring
!
!
!---------------------- a.) Title and Units Declaration --------------------
!
/title,Electroid Brake Dynamic Analysis
!
/units,bin
!
!--------------------- b.) Part Name Selection Variable --------------------
!
name='spr1'
arry_nam='sp1'
!
!--------------------------- c.) Model C.S. Names --------------------------
!
ct_name='CSsp10'            ! cartesian
cyl_name='CSsp11'           ! cylindrical
sph_name='CSsp12'           ! spherical
!
!--------------------------- d.) Model Parameters --------------------------
!

realnum=1               ! Real set number for thickness 

OD=1.432
ID=.832
thick=.007              ! [in] Min material condition
!thick=.012             ! [in] Nominal thickness
!thick=.017             ! [in] Max material condition

rholes=1.140/2          ! Radius of hole pattern
d_rivet=.132            ! Hole diameter to fit rivet shank
d_head=.238             ! Hole diameter to clear rivet head

starta=-15              ! [deg] Start angle of spring
stopa=285               ! [deg] Stop angle of spring
!
!----------------------- e.) Material and Element Type ---------------------
!
! Material Properties
mat_select,'c304a'
!
!
ET,1,shell93                                    ! Element Types
R,realnum,thick

ET,2,conta174
!
!------------------------ f.) Model C.S. Coordinates -----------------------
!
acs=0                           ! active coordinate system
!
xc=0                            ! x coordinate center
yc=0                            ! y coordinate center
zc=0                            ! z coordinate center
!
rotxyc=0                        ! xy rotation
rotyzc=0                        ! yz rotation
rotzxc=0                        ! zx rotation
!
!---------------------------------------------------------------------------