Skip to content

yozoyugen/abaqus-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

abaqus_beam_inp.m

Matlab script for creating Abaqus input file -- static analysis of cantilever beam with hexahedron elements

abaqus_beam811_model

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.m

abaqus_cylinder_inp(R, L, dR, dL)

abaqus_plate_inp.m

abaqus_plate_inp(Lx, Ly, Lz, dx, dy, dz)

drawElement.m

drawElement(coordmat, elementmat, flag_text)
draw nodes and elements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages