!   TITLE:  test_msh_mat.parm (VERIFICATION)
!
!---------------------------------------------------------------------------
!       Rev -   05/06/2002      D. Edwards
!---------------------------------------------------------------------------
!
!   Test msh_algorithim material property settings
!
!---------------------- a.) Title and Units Declaration --------------------
!
/title,Test msh_algroithim material properties
!
/units,bin
!
!--------------------- b.) Part Name Selection Variable --------------------
!
name='msh'
arry_nam='msh'
!
!--------------------------- c.) Model C.S. Names --------------------------
!
ct_name='CS_0'          ! cartesian
cyl_name='CS_1'         ! cylindrical
sph_name='CS_2'         ! spherical
!
!----------------------- d.) Material and Element Type ---------------------
!
!
! Material Properties
mat_select,'c416a'
mat_select,'sand'
!
!
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.
!


!
! Keypoint Parameter Definitions
!

x1=0.000000
y1=0.000000
z1=0.000000

x2=2.000000
y2=y1
z2=z1

x3=x2
y3=5.000000
z3=z1

x4=x1
y4=y3
z4=z1


!
!------------------------ f.) Model C.S. Coordinates -----------------------
!
acs=CS_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
!
!---------------------------------------------------------------------------