!   TITLE:  armature_plate.parm (G200)
!
!---------------------------------------------------------------------------
!       Rev -   02/06/2006      D. Edwards
!---------------------------------------------------------------------------
!
!   Electroid Armature Plate
!
!
!---------------------- a.) Title and Units Declaration --------------------
!
/title,Electroid Brake Dynamic Analysis
!
/units,bin
!
!--------------------- b.) Part Name Selection Variable --------------------
!
name='arm'
arry_nam='arm'
!
!--------------------------- c.) Model C.S. Names --------------------------
!
ct_name='CSarm0'            ! cartesian
cyl_name='CSarm1'           ! cylindrical
sph_name='CSarm2'           ! spherical

!
!--------------------------- d.) Model Parameters --------------------------

realnum=3               ! Real set number for thickness 

OD=1.562
ID=.625
thick=.096

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

!
!----------------------- e.) Material and Element Type ---------------------
!
!
! Material Properties
mat_select,'c304a'
!
ET,1,shell93
R,realnum,thick
                                ! Element Types
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
!
!---------------------------------------------------------------------------