ukd204
Mechanical
- Jun 2, 2010
- 2
What is an integration point for a finite element ? Please please give me a detail description.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
To add to what others have said, it's important to note that finite element displacements are most accurate at the nodes. However, derived values (i.e. stresses and strains) tend to be most accurate at the integration points (and sometimes least accurate at the nodes). Of course, the accuracy of nodal strains is dependent on your mesh size, so with an adequate mesh it shouldn't matter.
On a (somewhat) related note, folks often compare elemental strains with averaged nodal strains to determine whether their mesh is adequate. If there is a significant difference, mesh refinement is required.
3doorsdwn said:You know, that's something I was thinking about today: software calculates stresses (typically) at the Gauss points of the element....but a variable in that is the displacements (which are calculated at the nodes [not the Gauss points]. So there is sort of a discontinuity there (if I am thinking about it correctly).
No discontinuity. Think about a simple link element (pictured below). The finite element solution provides displacements at the nodes (based on a weak form solution to the defining differential equations). Strains are a derivative of the displacements (du/dx), so you take the difference of the nodal values calculate the strains.