Matlab script for creating Abaqus input file -- static analysis of cantilever beam with hexahedron elements
abaqus_beam_inp( Lx, Ly, Lz, dx, dy, dz, Fy )
Lx: x length of beam
Ly: y length of beam
Lz: z length of beam
dx: division number of x direction
dy: division number of y direction
dz: division number of z direction
Fy: value of force(y direction) at free edge
abaqus_cylinder_inp(R, L, dR, dL)
abaqus_plate_inp(Lx, Ly, Lz, dx, dy, dz)
drawElement(coordmat, elementmat, flag_text)
draw nodes and elements