Using Reduced Integration
Using reduced integration in structural mechanics often have two main justifications:
The reduced computational effort stems from the fewer quadrature points in which expressions are evaluated during the assembly of the system matrices. This reduction can be particularly beneficial for models where a comparably large time is spent in assembly, as compared to the time needed to solve the system of equations. Typical examples include structural dynamics where the many increments can lead to a significant time spent on assembling, and nonlinear material models where each assembly step can be expensive. Plasticity, for example, involves solving a system of nonlinear equations at each quadrature point, thus reducing the number of quadrature points can significantly speed up the assembly time.
Reduced integration can be used selectively for different material models within the same physics interface.
Displacement Order and Mesh Element Types
The accuracy and performance of finite elements derived using a reduced integration scheme depends on both the shape order of the displacement field and on the mesh element type. For some combinations, reduced integration will give “exact” results, whereas other combinations may result in deformation modes that produce zero strain energy — so-called spurious zero energy modes or hourglass modes. In the latter case, stabilization is needed to suppress such unwanted modes of deformation.
Linear
Using a linear displacement shape order is typically not encouraged in structural mechanics, since all mesh element types lead to a deficient formulation. The derived finite elements can be considered overly stiff, especially when a coarse mesh is used. This overly stiff behavior is commonly caused by shear-locking effects.
These deficiencies can be alleviated by using a reduced integration scheme, which for linear shape order results in a quadrature order equal to zero. Having only a single integration point per mesh element removes the shear locking for linear elements, and it can significantly improve the accuracy in coarse meshes. However, the derived finite elements exhibit severe hourglassing and require stabilization to be useful. An example of a two-dimensional bending problem is given in Figure 2-38, which shows the performance of linear quadrilaterals using reduced integration with and without stabilization. A so-called hourglass pattern emerges without stabilization making the solution clearly not viable.
Figure 2-38: Two-dimensional bending example using a linear displacement field and reduced integration with stabilization (left) and without it (right).
Using reduced integration for a linear displacement shape order can also remove volumetric locking and improve the accuracy for incompressible materials, either with or without a mixed formulation.
The derived finite elements are still sensitive to hourglassing even when stabilization is used. It is therefore recommended to avoid singularities, since these can excite hourglass modes and consequently be detrimental for features such as:
Linear triangular and tetrahedral mesh elements exhibit poor accuracy when using reduced integration, and are generally not recommended for such scheme.
For quadrilateral and brick mesh elements, the accuracy of the finite element and the efficiency of the hourglass stabilization is best for mesh element with a good aspect ratio and quality. The same applies to pyramid and wedge mesh elements.
Quadratic Serendipity
Finite elements derived using quadratic serendipity shape functions and reduced integration in general have a less stiff behavior than their fully integrated counterparts. The coarse mesh accuracy in terms of displacements can therefore be improved by using reduced integration.
If the displacement field uses quadratic serendipity shape functions, any mesh element leads to a finite element that has no hourglass modes, and therefore no stabilization is needed when using reduced integration. For this reason, using quadratic serendipity shape functions together with reduced integration can be a very efficient formulation. In theory, there could appear hourglass modes, but these are suppressed when the finite elements are assembled.
If Automatic hourglass stabilization is selected, no stabilization is added when serendipity shape functions are used for the displacement field.
Quadratic Lagrange
Finite elements derived using quadratic Lagrange shape functions and reduced integration in general have a less stiff behavior than their fully integrated counterpart. The coarse mesh accuracy in terms of displacements can therefore be improved by using reduced integration.
However, when using reduced integration some mesh element types may lead to finite elements that exhibit hourglass modes, this is the case for quadrilaterals and bricks. Although these finite elements are not as sensitive as their linear counterpart, they require stabilization to be viable. Stabilization is also encouraged for mesh elements that have deformation modes with a very small stiffness, such as pyramids and wedges.
Higher-Order Shape Functions
Higher-order shape functions share many characteristics with the corresponding quadratic shape orders. That is, there is no need for stabilization when using serendipity shape functions, whereas finite elements derived from Lagrange shape functions will have hourglass modes that require stabilization.
Triangular and Tetrahedral Mesh Elements
Triangular and tetrahedral mesh elements are special cases for which the reduced integration scheme is exact given that the corresponding mesh element is not distorted. These mesh element types do not exhibit hourglass modes when using reduced integration, and therefore stabilization is not needed. If the current mesh only consists of such mesh element types, turning off the hourglass stabilization may improve the performance of your model. The accuracy is not affected by enabling or disabling stabilization, since the stabilization terms would evaluate to zero.
However, it is not recommended to use triangular or tetrahedral mesh elements in combination with a linear displacement shape order.
Hourglass Stabilization
A number of energy quantities are added that can be used to evaluate the amount of hourglass stabilization energy introduced, and also to portrait parts of the model that are prone to hourglassing. These include:
<phys>.Wstb, a field showing the stabilization energy density. Note that values are extrapolated from the true quadrature points.
<phys>.Wstbavg, a mesh-element average of the variable <phys>.Wstb. This variable is not available for layered shell features.
<phys>.Wstb_tot, the total amount of stabilization energy in the model.
As a crude rule-of-thumb, the total stabilization energy should not be more than 5% of the total strain energy in the model. If this is not the case, revise the model or use full integration.
Always make sure that the obtained solution does not exhibit hourglassing when using reduced integration with formulations prone to it. This is especially the case when the displacement field is linear, since such finite elements can be particularly sensitive to hourglassing.