Learning the Finite Element Method: A Practical Guide for Engineers

AI Thread Summary
For self-studying the Finite Element Method (FEM) with a focus on practical implementation, "Applied Finite Element Analysis" by Larry J. Segerlind is recommended despite being dated. It provides a solid introduction to 2-D FEM and includes programming examples in Fortran 77. Additionally, older texts like S.S. Rao's work cover various applications and elements, though they may use outdated coding styles. A concise walkthrough for implementing 2D truss and beam elements is also offered, which can be supplemented with textbook knowledge. This approach emphasizes practical engineering applications over theoretical mathematics.
Niles
Messages
1,834
Reaction score
0
Hi guys

I wish to self-study the Finite Element Method. I am mostly interested in learning how to understand and implement the method rather than to investigate if a solution exists, i.e. I wish to follow the "engineering-approach" rather than the "mathematician-approach".

Do you have any recommendations for a book?


Niles.
 
Engineering news on Phys.org
It's a bit dated now, but "Applied Finite Element Analysis" (2. ed.) by Larry J. Segerlind gives a good introduction to basic 2-D FEA. The book itself covers several different FE applications and includes programming examples in Fortran 77. This edition appeared in 1985 and you might be able to download it from the internet. Well worth a look.
 
There are many old books that seem to do what you want. They often have code listings, but it can be easier to understand the equations than 70's/80's style Fortran mess. A classic is by S.S.Rao which covers membranes, solids, quadratic elements, and some special purpose ones.

If you want I can send you a very concise walkthrough for implementing 2D truss/beam elements that I got from a course. You can then extended that with help from a textbook.
 
Unrest said:
If you want I can send you a very concise walkthrough for implementing 2D truss/beam elements that I got from a course. You can then extended that with help from a textbook.

Thanks, I would be very much interested in that! I'll PM you my email.

And thanks for all the suggestions so far.
 
Thread 'Physics of Stretch: What pressure does a band apply on a cylinder?'
Scenario 1 (figure 1) A continuous loop of elastic material is stretched around two metal bars. The top bar is attached to a load cell that reads force. The lower bar can be moved downwards to stretch the elastic material. The lower bar is moved downwards until the two bars are 1190mm apart, stretching the elastic material. The bars are 5mm thick, so the total internal loop length is 1200mm (1190mm + 5mm + 5mm). At this level of stretch, the load cell reads 45N tensile force. Key numbers...
I'm trying to decide what size and type of galvanized steel I need for 2 cantilever extensions. The cantilever is 5 ft. The space between the two cantilever arms is a 17 ft Gap the center 7 ft of the 17 ft Gap we'll need to Bear approximately 17,000 lb spread evenly from the front of the cantilever to the back of the cantilever over 5 ft. I will put support beams across these cantilever arms to support the load evenly
Back
Top