!   TITLE:  gyro_flex.parm
!
!---------------------------------------------------------------------------
!       Rev -   RELEASED    07/24/2001      J. Rinaldi
!---------------------------------------------------------------------------
!
!   This is the parameter file used in the construction of the gyro
!   flex tape SK535A037.
!
!
!---------------------- a.) Title and Units Declaration --------------------
!
/title,AAAV Gryo Flex Tape
!
/units,bin                      ! British/inch units
!
!--------------------- b.) Part Name Selection Variable --------------------
!
name='gft'
arry_nam='gft'
!
!--------------------------- c.) Model C.S. Names --------------------------
!
ct_name='CSgft0'                        ! cartesian
cyl_name='CSgft1'                       ! cylindrical
sph_name='CSgft2'                       ! spherical
!
!--------------------------- d.) Model Parameters --------------------------
!
length=3.764
width=.804
thick=.013
!
num=50          ! Number of elements
el=length/num   ! Length of each element



flex_ux=.98338841
flex_uy=2.09828496
flex_rz=192.0572222222

!
!----------------------- e.) Material and Element Type ---------------------
!
create_mat_prop,'flex','ex',1.4E6,'dens',0.13/386   ! Material Properties
r,1,width*thick,(width*thick**3)/12,thick
!
et,4,beam3                                          ! Element Types

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