2. Strain

Strain is a measure of deformation that has an intuitive physical meaning for engineers. Specifically, axial strain, for example, is a measure of the deformation of a structure (or element within a structure) with respect to the structure’s length. Thus, strain is a ratio of lengths and is a unit-less quantity. While strain can come in the form of extension, shortening, or shear strain, it is sometimes overlooked that strain also has direction. This change in direction, under, for example, rigid body rotation, creates some interesting complications in the finite element world.

In the finite element world and, accordingly, in solid mechanics (“solid” or “continuum” elements), we essentially calculate the strain at every point within a structure. Even for very simple geometries subjected to symmetric loads, some of the points (elements) within a structure will undergo rigid body rotations. Such rigid body motions present a complication: the elements comprising the structure need to maintain a consistent frame of reference. The need for a consistent frame of reference is even more apparent when one considers impact type behavior that involves multiple bodies.

If the reader is familiar with the idea of “geometric nonlinearity,” then following analogy may be useful. Consider the manner in which structural engineers perform the preliminary design of the beams and columns of tall buildings. They often design for maximum flexibility, using efficient analytical methods. Where gravity and lateral loads act simultaneously on a building, these engineers know that the force demands in the structure from the gravity loads should be calculated after the force demands from the lateral loads are determined. The lateral loads cause the building to sway, and the presence of rigid body rotation of the columns is important to consider prior to calculating the force demands from the gravity loads. Similarly, in FEA, there is a certain order to the treatment of rigid body rotation in the FEA algorithms, which we will see when we get to the chapter on “Rate-Form Constitutive Expressions.” It is important to recognize this now, however, because we will begin discussion of strain and many different measures of strain will be presented. Different strain measures are used in FEA, depending on the order in which rigid body rotations are considered.

Since the analytical methodology for building design was mentioned, now is a good time to remind the reader that the kinds of FEA analysis that this text considers are fundamentally different from analytical methods of design and analysis. ABAQUS/Explicit and LS-DYNA are examples of the kinds of FEA software considered in this text. Here, geometric nonlinearity is not an issue. Rather, we are free to model structures of complex geometries subjected to any loading conditions we wish. In addition, the behavior of “solid” elements are governed by continuum-type mechanics, and so “moments” will not be considered. To really develop the framework used by FEA codes, though, we need to consider stress, as well as constitutive expressions relating stress and strain, including “hyperelasticity.” This chapter only provides an overview of the various strain tensors that will be used later on in this text.

Consider a body that undergoes deformation as well as rigid body rotations (see Figure). In particular, we’ll consider a vector that is initially \mathbf{dX}, and well will track this vector as it becomes \mathbf{dx}.

strain_potato
Define:

(1)   \begin{equation*} \mathbf{dx}=\mathbf{F} \cdot \mathbf{dX} \end{equation*}

In eq. 1, \mathbf{F} is a second-order tensor known as the “deformation gradient”

We can see from the above figure:
\mathbf{x+dx=X+dX+u(X+dX,}t)
\longrightarrow \mathbf{dx=dX+u(X+dX,}t)-\mathbf{u(X,}t)
where \mathbf{u(X,}t)=\mathbf{x-X}

In index notation, dx_i=dX_i+u_i(X_j+dX_j,t)-u_i(X_j,t)
where u_i(X_j+dX_j,t)=u_i(X_j,t)+\frac{\partial u_i}{\partial X_j}dX_j , which comes from a Taylor expansion and neglecting higher order terms
i.e. f(x+\Delta x) \approx f(x)+\frac{df(x)}{dx}\Delta x+\frac{1}{2}\frac{d^{2}f(x)}{dx^2}\Delta x^2+...

So, dx_i=dX_i+\frac{\partial u_i}{\partial X_j}dX_j or \mathbf{dx}=\mathbf{dX+dX \cdot (\nabla u)}


note the “Nabla” or “gradient” symbol \nabla that is a commonly used operator. Also, note that \mathbf{\nabla u} is the transpose of \mathbf{u \nabla}.


So, \mathbf{dx=(I+u\nabla) \cdot dX}

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.