Direct stiffness method

Direct stiffness method

As one of the methods of structural analysis, the direct stiffness method (DSM), also known as the displacement method or matrix stiffness method, is particularly suited for computer-automated analysis of complex structures including the statically indeterminate type. It is a matrix method that makes use of the members' stiffness relations for computing member forces and displacements in structures. The direct stiffness method is the most common implementation of the finite element method (FEM). In applying the method, the system must be modeled as a set of simpler, idealized elements interconnected at the nodes. The material stiffness properties of these elements are then, through matrix mathematics, compiled into a single matrix equation which governs the behaviour of the entire idealized structure. The structure’s unknown displacements and forces can then be determined by solving this equation. The direct stiffness method forms the basis for most commercial and free source finite element software.

The direct stiffness method originated in the field of aerospace. Researchers looked at various approaches for analysis of complex airplane frames. These included elasticity theory, energy principles in structural mechanics, flexibility method and matrix stiffness method. It was through analysis of these methods that the direct stiffness method emerged as an efficient method ideally suited for computer implementation.

Contents

History

Between 1934 and 1938 A. R. Collar and W. J. Duncan published the first papers with the representation and terminology for matrix systems that are used today. Aeroelastic research continued through World War II but publication restrictions from 1938 to 1947 make this work difficult to trace. The second major breakthrough in matrix structural analysis occurred through 1954 and 1955 when professor John H. Argyris systemized the concept of assembling elemental components of a structure into a system of equations. Finally, on Nov. 6 1959, M. J. Turner, head of Boeing’s Structural Dynamics Unit, published a paper outlining the direct stiffness method as an efficient model for computer implementation (Felippa 2001).

Member stiffness relations

A typical member stiffness relation has the following general form:

\mathbf{Q}^m = \mathbf{k}^m \mathbf{q}^m + \mathbf{Q}^{om} \qquad \qquad \qquad \mathrm{(1)}

where

m = member number m.
\mathbf{Q}^m = vector of member's characteristic forces, which are unknown internal forces.
\mathbf{k}^m = member stiffness matrix which characterises the member's resistance against deformations.
\mathbf{q}^m = vector of member's characteristic displacements or deformations.
\mathbf{Q}^{om} = vector of member's characteristic forces caused by external effects (such as known forces and temperature changes) applied to the member while \mathbf{q}^m = 0 ).

If \mathbf{q}^m are member deformations rather than absolute displacements, then \mathbf{Q}^m are independent member forces, and in such case (1) can be inverted to yield the so-called member flexibility matrix, which is used in the flexibility method.

System stiffness relation

See also: Stiffness matrix

For a system with many members interconnected at points called nodes, the members' stiffness relations such as Eq.(1) can be integrated by making use of the following observations:

  • The member deformations \mathbf{q}^m can be expressed in terms of system nodal displacements r in order to ensure compatibility between members. This implies that r will be the primary unknowns.
  • The member forces \mathbf{Q}^m help to the keep the nodes in equilibrium under the nodal forces R. This implies that the right-hand-side of (1) will be integrated into the right-hand-side of the following nodal equilibrium equations for the entire system:
\mathbf{R} = \mathbf{Kr} + \mathbf{R}^o \qquad \qquad \qquad \mathrm{(2)}

where

\mathbf{R} = vector of nodal forces, representing external forces applied to the system's nodes.
\mathbf{K} = system stiffness matrix, which is established by assembling the members' stiffness matrices \mathbf{k}^m .
\mathbf{r} = vector of system's nodal displacements that can define all possible deformed configurations of the system subject to arbitrary nodal forces R.
\mathbf{R}^o = vector of equivalent nodal forces, representing all external effects other than the nodal forces which are already included in the preceding nodal force vector R. This vector is established by assembling the members' \mathbf{Q}^{om} .

Solution

The system stiffness matrix K is square since the vectors R and r have the same size. In addition, it is symmetric because \mathbf{k}^m is symmetric. Once the supports' constraints are accounted for in (2), the nodal displacements are found by solving the system of linear equations (2), symbolically:

\mathbf{r} = \mathbf{K}^{-1} (\mathbf{R}-\mathbf{R}^o ) \qquad \qquad \qquad \mathrm{(3)}

Subsequently, the members' characteristic forces may be found from Eq.(1) where \mathbf{q}^m can be found from r by compatibility consideration.

The direct stiffness method

It is common to have Eq.(1) in a form where \mathbf{q}^m and \mathbf{Q}^{om} are, respectively, the member-end displacements and forces matching in direction with r and R. In such case, \mathbf{K} and \mathbf{R}^o can be obtained by direct summation of the members' matrices \mathbf{k}^m and \mathbf{Q}^{om} . The method is then known as the direct stiffness method.

The advantages and disadvantages of the matrix stiffness method are compared and discussed in the flexibility method article.

Example

Breakdown

The first step when using the direct stiffness method is to identify the individual elements which make up the structure.

DSMImage1.png

Once the elements are identified, the structure is disconnected at the nodes, the points which connect the different elements together.

DSMImage2.png

Each element is then analyzed individually to develop member stiffness equations. The forces and displacements are related through the element stiffness matrix which depends on the geometry and properties of the element.

A truss element can only transmit forces in compression or tension. This means that in two dimensions, each node has two degrees of freedom (DOF): horizontal and vertical displacement. The resulting equation contains a four by four stiffness matrix.


\begin{bmatrix}
f_{x1} \\
f_{y1} \\
f_{x2} \\
f_{y2} \\
\end{bmatrix}
=
\begin{bmatrix}
k_{11} & k_{12} & k_{13} & k_{14} \\
k_{21} & k_{22} & k_{23} & k_{24} \\
k_{31} & k_{32} & k_{33} & k_{34} \\
k_{41} & k_{42} & k_{43} & k_{44} \\
\end{bmatrix}
\begin{bmatrix}
u_{x1} \\
u_{y1} \\
u_{x2} \\
u_{y2} \\
\end{bmatrix}

A frame element is able to withstand bending moments in addition to compression and tension. This results in three degrees of freedom: horizontal displacement, vertical displacement and in-plane rotation. The stiffness matrix in this case is six by six.


\begin{bmatrix}
f_{x1} \\
f_{y1} \\
m_{z1} \\
f_{x2} \\
f_{y2} \\
m_{z2} \\
\end{bmatrix}
=
\begin{bmatrix}
k_{11} & k_{12} & k_{13} & k_{14} & k_{15} & k_{16} \\
k_{21} & k_{22} & k_{23} & k_{24} & k_{25} & k_{26} \\
k_{31} & k_{32} & k_{33} & k_{34} & k_{35} & k_{36} \\
k_{41} & k_{42} & k_{43} & k_{44} & k_{45} & k_{46} \\
k_{51} & k_{52} & k_{53} & k_{54} & k_{55} & k_{56} \\
k_{61} & k_{62} & k_{63} & k_{64} & k_{65} & k_{66} \\
\end{bmatrix}
\begin{bmatrix}
u_{x1} \\
u_{y1} \\
\theta_{z1} \\
u_{x2} \\
u_{y2} \\
\theta_{z2} \\
\end{bmatrix}

Other elements such as plates and shells can also be incorporated into the direct stiffness method and similar equations must be developed.

Assembly

Once the individual element stiffness relations have been developed they must be assembled into the original structure. The first step in this process is to convert the stiffness relations for the individual elements into a global system for the entire structure. In the case of a truss element, the global form of the stiffness method depends on the angle of the element with respect to the global coordinate system (This system is usually the traditional Cartesian coordinate system).


\begin{bmatrix}
f_{x1} \\
f_{y1} \\
f_{x2} \\
f_{y2} \\
\end{bmatrix}
=
\frac{AE}{L}
\begin{bmatrix}
c^2 & sc & -c^2 & -sc \\
sc & s^2 & -sc & -s^2 \\
-c^2 & -sc & c^2 & sc \\
-sc & -s^2 & sc & s^2 \\
\end{bmatrix}
\begin{bmatrix}
u_{x1} \\
u_{y1} \\
u_{x2} \\
u_{y2} \\
\end{bmatrix}

\begin{array}{ r }
s = \sin\beta \\
c = \cos\beta \\
\end{array}
(for a truss element at angle β)

After developing the element stiffness matrix in the global coordinate system, they must be merged into a single “master” or “global” stiffness matrix. When merging these matrices together there are two rules that must be followed: compatibility of displacements and force equilibrium at each node. These rules are upheld by relating the element nodal displacements to the global nodal displacements.

DSMImage3.png

The global displacement and force vectors each contain one entry for each degree of freedom in the structure. The element stiffness matrices are merged together by augmenting or expanding each matrix in conformation to the global displacement and load vectors.


k^{(1)}
=
\frac{AE}{L}
\begin{bmatrix}
1 & 0 & -1 & 0 \\
0 & 0 & 0 & 0 \\
-1 & 0 & 1 & 0 \\
0 & 0 & 0 & 0 \\
\end{bmatrix}
\rightarrow
K^{(1)}
=
\frac{AE}{L}
\begin{bmatrix}
1 & 0 & -1 & 0 & 0 & 0\\
0 & 0 & 0 & 0 & 0 & 0 \\
-1 & 0 & 1 & 0 & 0 & 0 \\
0 & 0 & 0 & 0 & 0 & 0 \\
0 & 0 & 0 & 0 & 0 & 0 \\
0 & 0 & 0 & 0 & 0 & 0 \\
\end{bmatrix}
(for element (1) of the above structure)

Finally, the global stiffness matrix is constructed by adding the individual expanded element matrices together.

Solution

Once the global stiffness matrix, displacement vector and force vector have been constructed, the system can be expressed as a single matrix equation.

DSMImage4.png

For each degree of freedom in the structure, either the displacement or the force is known.

DSMImage5.png

After inserting the known value for each degree of freedom, the master stiffness equation is complete and ready to be evaluated. There are several different methods available for evaluating a matrix equation including but not limited to Cholesky decomposition and the brute force evaluation of systems of equations. If a structure isn’t properly restrained, the application of a force will cause it to move rigidly and additional support conditions must be added.

The method described in this section is meant as an overview of the direct stiffness method. Additional sources should be consulted for more details on the process as well as the assumptions about material properties inherent in the process.

Applications

The direct stiffness method was developed specifically to effectively and easily implement into computer software to evaluate complicated structures that contain a large number of elements. Today, nearly every finite element solver available is based on the direct stiffness method. While each program utilizes the same process, many have been streamlined to reduce computation time and reduce the required memory. In order to achieve this, shortcuts have been developed.

One of the largest areas to utilize the direct stiffness method is the field of structural analysis where this method has been incorporated into modeling software. The software allows users to model a structure and, after the user defines the material properties of the elements, the program automatically generates element and global stiffness relationships. When various loading conditions are applied the software evaluates the structure and generates the deflections for the user.


See also

External links

References


Wikimedia Foundation. 2010.

Игры ⚽ Нужно сделать НИР?

Look at other dictionaries:

  • Matrix stiffness method — In structural engineering, the matrix stiffness method (or simply stiffness method , also known as Direct stiffness method) is a matrix method that makes use of the members stiffness relations for computing member forces and displacements in… …   Wikipedia

  • Finite element method in structural mechanics — Finite element method (FEM) is a powerful technique originally developed for numerical solution of complex problems in structural mechanics, and it remains the method of choice for complex systems. In the FEM, the structural system is modeled by… …   Wikipedia

  • Flexibility method — In structural engineering, the flexibility method is the classical consistent deformation method for computing member forces and displacements in structural systems. Its modern version formulated in terms of the members flexibility matrices also… …   Wikipedia

  • Finite element method — The finite element method (FEM) (sometimes referred to as finite element analysis) is a numerical technique for finding approximate solutions of partial differential equations (PDE) as well as of integral equations. The solution approach is based …   Wikipedia

  • Trefftz method — In mathematics, the Trefftz method is a method for the numerical solution of partial differential equations named after the German mathematician Erich Trefftz (1888 1937). It falls within the class of finite element methods. Introduction The… …   Wikipedia

  • Structural mechanics — Space frame used in a building structure Pipe frame used in a competi …   Wikipedia

  • Truss — For other uses, see Truss (disambiguation). In architecture and structural engineering, a truss is a structure comprising one or more triangular units constructed with straight members whose ends are connected at joints referred to as nodes.… …   Wikipedia

  • Beam (structure) — A statically determinate beam, bending (sagging) under an evenly distributed load. A beam is a horizontal structural element that is capable of withstanding load primarily by resisting bending. The bending force induced into the material of the… …   Wikipedia

  • List of mathematics articles (D) — NOTOC D D distribution D module D D Agostino s K squared test D Alembert Euler condition D Alembert operator D Alembert s formula D Alembert s paradox D Alembert s principle Dagger category Dagger compact category Dagger symmetric monoidal… …   Wikipedia

  • List of structural engineering topics — This page aims to list all articles related to the specific discipline of structural engineering. For a broad overview of engineering, please see List of engineering topics. For biographies please see List of engineers.compactTOC NOTOC AA frame… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”