Finite Element Stress Analysis: Best Way to Get Accurate Results?

AI Thread Summary
The discussion focuses on finding the best fundamental assumptions for conducting Finite Element stress analysis, particularly for creating a versatile Matlab code. The user has implemented Hooke's law for normal and shear stress but encounters inconsistencies in results when adjusting system parameters. There is a call for suggestions on improving the modeling approach, such as whether to ignore shear or incorporate additional assumptions. While some participants recommend using established open-source FE programs for efficiency, the user expresses a desire to understand the underlying mechanics by developing their own software. The conversation emphasizes the importance of foundational assumptions in achieving accurate results in stress analysis.
OffTheRecord
Messages
17
Reaction score
0
What's the best way to do Finite Element stress analysis?

By that, I mean I'm looking for the best set of general fundamental assumptions to start with. In your opinion.

I ask because I'm trying to write a computer code in Matlab that I can use as a general tool for who-knows-what sort of problem might come up. I want it to be versatile. Precision is second to versatility, because I can always find ways to simplify problems when they arise. I want to start from a fairly general set of underlying assumptions.

Here's what I've tried so far: the Hooke's law normal and shear stress equations, in terms of strain. Namely, σ = Eε (plus some function of Poisson's ratio), and τ = Gγ.
σ is normal stress caused by 2 teeny weeny pieces of material moving towards each other.
τ is shear stress caused by 2 teeny weeny pieces of material sliding past each other.
ε is essentially the amount of stretching caused by σ.
γ is the angle by which one side of said teeny weeny piece gets dragged forward compared to the other side, by τ.
E and G are natural constants.

The problem I'm having: when I plug those equations into a big matrix full of many tiny little pieces, I don't quite get the right answers. I'm plugging these equations into a classic cantilever-bending model (i.e. guy standing on end of diving board), and plotting the results to see if the big picture looks right. Sometimes it does look almost right, but it's very finicky. If I change the size of the system or the natural constants E and G even slightly, I tend to come out with a wildly different-looking beam each time.

Anyone know a better way to model a solids problem? Ignore shear? Add some more assumptions? Let me know your thoughts.
 
Engineering news on Phys.org
If you want to write your own software, get a good book on the FE method, or go to
http://www.colorado.edu/engineering/CAS/courses.d/IFEM.d/

(The UC website seems to be off line right now - maybe they are recovering from wildfire damage or something.)

But if you just want to create FE models and run them, getting an open source FE program and will save you months (or even years) of programming work.
 
yeah... i read a book and found some open source stuff. I kinda want to write my own anyway to get some understanding of the internals.

I actually found a site where the guy wrote a bunch of FEA's in Matlab... got the code... read through it. It was extremely complicated: more so than I deem necessary. So I went to the library and found a book on it. Turns out the book I picked up used the exact same methods he did (down to the variable names)... I'm pretty sure he read the same book. That was equally overcomplicated.

I don't really want (or need) to talk about the programming. I'd prefer to discuss the engineering aspect. What are the basic assumptions that work best?
 
on a side-note, that link was very helpful!
 
How did you find PF?: Via Google search Hi, I have a vessel I 3D printed to investigate single bubble rise. The vessel has a 4 mm gap separated by acrylic panels. This is essentially my viewing chamber where I can record the bubble motion. The vessel is open to atmosphere. The bubble generation mechanism is composed of a syringe pump and glass capillary tube (Internal Diameter of 0.45 mm). I connect a 1/4” air line hose from the syringe to the capillary The bubble is formed at the tip...
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'd like to create a thread with links to 3-D Printer resources, including printers and software package suggestions. My motivations are selfish, as I have a 3-D printed project that I'm working on, and I'd like to buy a simple printer and use low cost software to make the first prototype. There are some previous threads about 3-D printing like this: https://www.physicsforums.com/threads/are-3d-printers-easy-to-use-yet.917489/ but none that address the overall topic (unless I've missed...

Similar threads

Back
Top