Elements Stiffness
Elements Stiffness
(OP)
Hello!
I'm fairly new to FEA,so I try to get a good sense of the effect of the element type to know which one to choose for an analysis.
I cannot really figure out why a TRIA would be stiffer than a QUAD, same for HEX vs TET.
So how can I know which is the best option to choose?
I guess the results could be very sensitive to the choice made.
Also, it's not very clear to me the influence of the stresses at nodes, or averaged or maximum from each node. You can then during post processing get very different results!
Thanks for your help!
I'm fairly new to FEA,so I try to get a good sense of the effect of the element type to know which one to choose for an analysis.
I cannot really figure out why a TRIA would be stiffer than a QUAD, same for HEX vs TET.
So how can I know which is the best option to choose?
I guess the results could be very sensitive to the choice made.
Also, it's not very clear to me the influence of the stresses at nodes, or averaged or maximum from each node. You can then during post processing get very different results!
Thanks for your help!





RE: Elements Stiffness
The TRIA3 element is also known as the Constant Strain Triangle. As the same implies it can only simulate constant strains: one constant strain throughout the X-direction and one constraint strain throughout the Y-direction.
The QUAD4 element on the other hand can simulate a (linear) variation of strain throughout both the X-direction and Y-direction.
So the QUAD4 element is less (overly) stiff than the TRIA3 element since it can be deformed in more ways. The difference will be especially noticable when you apply loads that result in in-plane bending of the elements.
A common rule of thumb in FEA nowadays seems to be to use TRIA3 elements only at areas of mesh transitions or complex geometry, and to use QUAD4 elements everywhere else.
For more details on TRIA3 vs QUAD4, see also pages 182-183 of this document:
http://www.altairuniversity.com/free-ebooks-2/free...
RE: Elements Stiffness
Four the four noded quadrilateral element there is an additional coefficient available and this multiplies the XY term of available quadratic terms. As the X^2 and Y^2 terms are not used then the displacement field is complete in the linear sense but incomplete in the quadratic sense. The strains then are slightly better than constant as there will be the linear term associated with the quadratic displacement term. It is not, however, the case, as suggested above, that the strains are fully linear.
A finite element model approximates the solution to a real problem. If the stress/strain field for the real problem is constant then both elements will give the correct and exact answer to the problem. In general, however, the true stress/strain field will not be constant and will more likely be rather non-linear - think of a beam in bending for example. In this case the elements cannot model the true solution and the engineer needs to use mesh refinement to converge towards the true solution - think of approximating a general curve with piecewise constant functions, the more elements you use the more accurate will be your solution.
The same situation applies to the higher-order elements with the quadrilateral element having two additional nodes which give a slightly better potential approximation of the true stress/strain field.
Thus, I would say that there is no particular concern with using triangles rather than quadrilaterals. The reason that triangles are used more often is that the mesh is generated automatically and it is easier to generate triangles than quadrilaterals. If the mesh is to be generated by hand then I would generally attempt to do it using quadrilaterals since there is the small advantage noted above and it is also easier to perform uniform mesh refinement of the sort required in convergence studies.
I would also point out that unless there is any indication to the contrary, then higher order elements should be used. These adopt a higher order displacement field and in terms of computational efficiency perform significantly better than their lower order equivalents:
There is much that you can do yourself to increase your understanding of how the various element types perform. There are many problems available which have theoretical solutions and you can model these with your FE system to see what sort of mesh is required to achieve a reasonable level of engineering accuracy. To this end, the following article might be of interest to you:
http://www.ramsay-maunder.co.uk/downloads/confiden...
RE: Elements Stiffness