!   TITLE:  pin.parm (CU09644005)
!
!---------------------------------------------------------------------------
!       Rev -   08/26/2002      D. Edwards
!---------------------------------------------------------------------------
!
!   Boeing Pick-up pin analysis, P/N CU09644005
!
!
!---------------------- a.) Title and Units Declaration --------------------
!
/title,Pick-up pin press fit + stop load
!
/units,bin
!
!--------------------- b.) Part Name Selection Variable --------------------
!
name='pin'
arry_nam='pin'
!
!--------------------------- c.) Model C.S. Names --------------------------
!
ct_name='CSpin0'            ! cartesian
cyl_name='CSpin1'           ! cylindrical
sph_name='CSpin2'           ! spherical
!
!----------------------- d.) Material and Element Type ---------------------
!
!
! Material Properties
create_mat_prop,'mpin','EX',28.5E6,'NUXY',0.27,'ALPX',1e-6
create_mat_prop,'mpin','ALPY',1E-16,'ALPZ',1e-6
!
ET,1,SHELL63                                    ! Element Types
ET,2,SOLID45
!
!--------------------------- e.) Model Parameters --------------------------
!
! Radius Dimension Parameters
!
! Refer to tools/README.getiges for help on changing radius
! parameter values.
!

r1=0.12490                      ! Used for lm + 6  (Spherical radius)
r2=0.005                        ! Used for lm + 12 (Fillet radius)

nx=3                            ! Multiplers for region around fillet
ny=3

!
! Keypoint Parameter Definitions
!

x1=0.3500000E-01
y1=0.000000
z1=0.000000

x2=0.7000000E-01
y2=y1
z2=z1

x7=0.7500000E-01
y7=0.1185000
z7=z1

x3=x2
y3=y7-ny*r2             ! 0.1035000
z3=z1

x4=x2
y4=0.1135000
z4=z1

x5=0.9350000E-01
y5=y7+ny*r2             ! 0.1335000
z5=z1

x6=x5
y6=0.3675000
z6=z1

x8=x5
y8=y7
z8=z1

x9=0.1165118
y9=y6
z9=z1

x10=x9
y10=0.4575000
z10=z1

x11=-0.1249001E-15
y11=0.4125000
z11=z1

x12=x1
y12=y10
z12=z1

x13=0.000000
y13=y1
z13=z1

x14=x13
y14=y10
z14=z1

x15=x7
y15=y4
z15=z1

x16=x3-nx*r2        ! 0.5500000E-01
y16=y3
z16=z1

x17=x16
y17=y5
z17=z1


!
!------------------------ 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
!
!---------------------------------------------------------------------------