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

Click For Summary

Discussion Overview

The discussion centers on the best practices for conducting Finite Element (FE) stress analysis, particularly focusing on the fundamental assumptions necessary for developing a versatile Matlab code. Participants explore various approaches to modeling solids problems and the challenges encountered in achieving accurate results.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested

Main Points Raised

  • One participant seeks advice on the best general assumptions for FE stress analysis, emphasizing the need for versatility over precision in their Matlab implementation.
  • The participant describes their current approach using Hooke's law for normal and shear stress but expresses frustration with the variability in results when adjusting system parameters.
  • Another participant suggests consulting a book on the FE method or using existing open-source FE software to save time, implying that writing custom software may be overly complex.
  • A different participant acknowledges the complexity of existing FE codes they have encountered and expresses a desire to focus on the engineering assumptions rather than programming details.
  • One participant finds a shared resource helpful, indicating a collaborative aspect to the discussion.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the best assumptions for FE analysis, and multiple viewpoints regarding the complexity of existing methods and the desire for simplicity remain evident.

Contextual Notes

Participants express uncertainty about the effectiveness of their current modeling approaches and the impact of varying parameters on results, highlighting the need for clearer foundational assumptions in FE 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!
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
Replies
1
Views
2K
Replies
5
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
5K
  • · Replies 9 ·
Replies
9
Views
15K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 69 ·
3
Replies
69
Views
5K
  • · Replies 10 ·
Replies
10
Views
7K
  • · Replies 3 ·
Replies
3
Views
6K