Skip to content

notcamelcase01/FEA_Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FEA_Solver

FEA_Solver

All functions are in solver1d, I just vary the main.py, currently works for 1D system, adding more functions to ease working on Timoshenko beams. You can change type of element by just one click, Options are provided to use reduced integration or full integration, To facilitate that I used two main loops both runs gauss quadrature, both loops run independently allowing user to choose which type of integration one can do.

image

Its usefull to observe effect of sheerlocking, solver1d.py is equipped to deal with bar, euler(Hermite Interpolation fns) and timmeshenko beams(QUAL and LINEAR elements). Easily apply forces and body forces, moments or boundary condition.

Instructions to run

  • Install python 3.10.+ ( it won't work with python <3.5)
  • install matplitlib and pip
  • Clone the repositors
  • Adjust parameters in params file and run

For we got to manually code for post processing, Main functions will just give displacements


a 2D plate mesh generator, result q9 element

image