Linear Elastic Static Analysis (Introduction)¶
This section presents the formulation of elastic static analysis based on infinitesimal deformation theory. Linear elasticity is assumed for the stress-strain relation. This chapter is intended as an introduction for understanding the overall structure of finite-element structural analysis and is organized as a self-contained chapter.
For the general theory of the principle of virtual work (current-configuration form, initial-configuration form, and reduction to infinitesimal deformation), see Principle of Virtual Work. For details of the linear-elastic constitutive law, see Linear Elasticity; for conventions of tensor and Voigt notation, see Tensor Notation and Mathematical Fundamentals; for the general formulation of finite deformation, see Fundamentals of Continuum Mechanics; and for solution methods for nonlinear problems, see Tangent Stiffness Matrix.
Basic Equations¶
Under the assumptions of infinitesimal deformation and linear elasticity, the boundary-value problem in solid mechanics consists of the equilibrium equation, mechanical boundary conditions, and geometric boundary conditions (essential boundary conditions) (see Figure 2.1.1):
Here, \(\boldsymbol{\sigma}\) is the Cauchy stress, \(\overline{\boldsymbol{b}}\) is the body force per unit volume, \(\overline{\boldsymbol{t}}\) is the prescribed surface traction, \(\overline{\boldsymbol{u}}\) is the prescribed displacement, and \(S_t, S_u\) are the mechanical and geometric boundaries.

Figure 2.1.1 Boundary-value problem in solid mechanics (infinitesimal-deformation problem)
Using the symmetric gradient operator, the strain-displacement relation is
The linear-elastic constitutive equation is
where \(\boldsymbol{C}\) is the fourth-order elasticity tensor.
Principle of Virtual Work¶
The general forms of the principle of virtual work (current-configuration form, initial-configuration form, and reduction to infinitesimal deformation) are summarized in Principle of Virtual Work. Under the assumptions of infinitesimal deformation and linear elasticity, the weak form is
Substituting the constitutive equation \eqref{eq:2.1.5} and writing \(\hat{\sigma} = D\, \hat{\varepsilon}\) in Voigt notation gives the form used directly for discretization:
is obtained, where \(D\) is the elastic matrix defined in Linear Elasticity. Equations \eqref{eq:2.1.10} and \eqref{eq:2.1.7} constitute the principle of virtual work discretized below.
Discretization and Assembly of the Global Equation¶
Discretizing the principle of virtual work in Eq.\( \eqref{eq:2.1.10} \) over the finite elements gives
For each element, the displacement field is interpolated using the displacements of the nodes composing the element as follows.
The strain is then given using Eq.\(\eqref{eq:2.1.4}\) as follows.
Substituting Eqs.\(\eqref{eq:2.1.12}\) and \(\eqref{eq:2.1.13}\) into Eq.\(\eqref{eq:2.1.11}\) gives
Equation \(\eqref{eq:2.1.14}\) can be written as
Here, the components of the matrix and vector defined by Eqs.\(\eqref{eq:2.1.16}\) and \(\eqref{eq:2.1.17}\) can be calculated for each finite element and assembled by superposition.
Because Eq.\(\eqref{eq:2.1.15}\) holds for an arbitrary virtual displacement \(\delta \boldsymbol{U}\), the following equation is obtained.
Meanwhile, the displacement boundary condition in Eq.\(\eqref{eq:2.1.3}\) is expressed as follows.
By solving Eq.\(\eqref{eq:2.1.18}\) subject to the constraint condition in Eq.\(\eqref{eq:2.1.19}\), the nodal displacement \(\boldsymbol{U}\) can be determined.