397 lines
24 KiB
Markdown
397 lines
24 KiB
Markdown
<!-- source-page: 711 -->
|
||
|
||
7.29. Use a computer program to analyze the forced convection steady-state flow between two parallel plates as shown. Verify that an accurate solution has been obtained.
|
||
|
||

|
||
|
||
<details>
|
||
<summary>text_image</summary>
|
||
|
||
L
|
||
∂θ/∂z = 0
|
||
θ = 0
|
||
2h
|
||
q = 0
|
||
q = -k ∂θ/∂z = 1
|
||
dp/dy = -2.0
|
||
z
|
||
y
|
||
</details>
|
||
|
||
$$
|
||
\begin{array}{l} h = 1. 0 \quad \rho = 1. 0 \\ k = 1. 0 \quad c _ {p} = 1. 0 \\ \mu = 1. 0 \quad L = 1 5. 0 \\ \end{array}
|
||
$$
|
||
|
||
7.30. Use a computer program to analyze the steady-state conjugate heat transfer in a pipe. The analysis problem is described in the figure. Verify that accurate results have been obtained (see J. H. Lienhard [A]).
|
||
|
||
$$
|
||
q _ {w} = \text { heat flow input on external surface of pipe }
|
||
$$
|
||
|
||
$$
|
||
\frac {d p}{d z} = - 4
|
||
$$
|
||
|
||

|
||
|
||
<details>
|
||
<summary>text_image</summary>
|
||
|
||
L = 10.0 For solid: For fluid:
|
||
t = 0.1 k_s = 1.0 k_f = 1.0
|
||
R = 1.0 ρ = 1.0
|
||
c_p = 5.0
|
||
θ = 0 y_r r z R Fluid
|
||
t
|
||
q_w = 0 q_w = 1.0
|
||
5.0 L
|
||
5.0
|
||
Pipe
|
||
q_w = 0
|
||
</details>
|
||
|
||
<!-- source-page: 712 -->
|
||
|
||
# Solution of Equilibrium Equations in Static Analysis
|
||
|
||
# 8.1 INTRODUCTION
|
||
|
||
So far we have considered the derivation and calculation of the equilibrium equations of a finite element system. This included the selection and calculation of efficient elements and the efficient assemblage of the element matrices into the global finite element system matrices. However, the overall effectiveness of an analysis depends to a large degree on the numerical procedures used for the solution of the system equilibrium equations. As discussed earlier, the accuracy of the analysis can, in general, be improved if a more refined finite element mesh is used. Therefore, in practice, an analyst tends to employ larger and larger finite element systems to approximate the actual structure. However, this means that the cost of an analysis and, in fact, its practical feasibility depend to a considerable degree on the algorithms available for the solution of the resulting systems of equations. Because of the requirement that large systems be solved, much research effort has gone into optimizing the equation solution algorithms. During the early use of the finite element method, equations of the order 10,000 were in many cases considered of large order. Currently, equations of the order 100,000 are solved without much difficulty.
|
||
|
||
Depending on the kind and number of elements used in the assemblage and on the topology of the finite element mesh, in a linear static analysis the time required for solution of the equilibrium equations can be a considerable percentage of the total solution time, whereas in dynamic analysis or in nonlinear analysis, this percentage may be still higher. Therefore, if inappropriate techniques for the solution of the equilibrium equations are used, the total cost of analysis is affected a great deal, and indeed the cost may be many times, say 100 times, larger than is necessary.
|
||
|
||
In addition to considering the actual computer effort that is spent on the solution of the equilibrium equations, it is important to realize that an analysis may, in fact, not be possible if inappropriate numerical procedures are used. This may be the case because the analysis is simply too costly using the slow solution methods. But, more seriously, the
|
||
|
||
<!-- source-page: 713 -->
|
||
|
||
analysis may not be possible because the solution procedures are unstable. We will observe that the stability of the solution procedures is particularly important in dynamic analysis.
|
||
|
||
In this chapter we are concerned with the solution of the simultaneous equations that arise in the static analysis of structures and solids, and we discuss first at length (see Sections 8.2 to 8.3) the solution of the equations that arise in linear analysis,
|
||
|
||
$$
|
||
\mathbf {K U} = \mathbf {R} \tag {8.1}
|
||
$$
|
||
|
||
where K is the stiffness matrix, U is the displacement vector, and R is the load vector of the finite element system. Since R and U may be functions of time t, we may also consider (8.1) as the dynamic equilibrium equations of a finite element system in which inertia and velocity-dependent damping forces have been neglected. It should be realized that since velocities and accelerations do not enter (8.1), we can evaluate the displacements at any time t independent of the displacement history, which is not the case in dynamic analysis (see Chapter 9). However, these thoughts suggest that the algorithms used for the evaluation of U in (8.1) may also be employed as part of the solution algorithms used in dynamic analysis. This is indeed the case; we will see in the following chapters that the procedures discussed here will be the basis of the algorithms employed for eigensolutions and direct step-by-step integrations. Furthermore, as noted already in Chapter 6 and further discussed in Section 8.4, the solution of (8.1) also represents a very important basic step of solution in a nonlinear analysis. Therefore, a detailed study of the procedures used to solve (8.1) is very important.
|
||
|
||
Although we consider explicitly in this chapter the solution of the equilibrium equations that arise in the analysis of solids and structures, the techniques are quite general and are entirely and directly applicable to all those analyses that lead to symmetric (positive definite) coefficient matrices (see Chapters 3 and 7). The only sets of equations presented earlier whose solution we do not consider in detail are those arising in the analysis of incompressible viscous fluid flow (see Section 7.4)—because in such analysis a nonsymmetric coefficient matrix is obtained—but for that case most basic concepts and procedures given below are still applicable and can be directly extended (see Exercise 8.11).
|
||
|
||
Essentially, there are two different classes of methods for the solution of the equations in (8.1): direct solution techniques and iterative solution methods. In a direct solution the equations in (8.1) are solved using a number of steps and operations that are predetermined in an exact manner, whereas iteration is used when an iterative solution method is employed. Either solution scheme will be seen to have certain advantages, and we discuss both approaches in this chapter. At present, direct techniques are employed in most cases, but for large systems iterative methods can be much more effective.
|
||
|
||
# 8.2 DIRECT SOLUTIONS USING ALGORITHMS BASED ON GAUSS ELIMINATION
|
||
|
||
The most effective direct solution techniques currently used are basically applications of Gauss elimination, which C. F. Gauss proposed over a century ago (see C. F. Gauss [A]). However, although the basic Gauss solution scheme can be applied to almost any set of simultaneous linear equations (see, for example, J. H. Wilkinson [A], B. Noble [A], and R. S. Martin, G. Peters, and J. H. Wilkinson [A]), the effectiveness in finite element analysis
|
||
|
||
<!-- source-page: 714 -->
|
||
|
||
depends on the specific properties of the finite element stiffness matrix: symmetry, positive definiteness, and bandedness.
|
||
|
||
In the following we consider first the Gauss elimination procedure as it is used in the solution of positive definite, symmetric, and banded systems. We briefly consider the solution of symmetric indefinite systems in Section 8.2.5.
|
||
|
||
# 8.2.1 Introduction to Gauss Elimination
|
||
|
||
We propose to introduce the Gauss solution procedure by studying the solution of the equations $\mathbf{KU} = \mathbf{R}$ derived in Example 3.27 with the parameters $L = 5$ , $EI = 1$ ; i.e.,
|
||
|
||
$$
|
||
\left[ \begin{array}{r r r r} 5 & - 4 & 1 & 0 \\ - 4 & 6 & - 4 & 1 \\ 1 & - 4 & 6 & - 4 \\ 0 & 1 & - 4 & 5 \end{array} \right] \left[ \begin{array}{l} U _ {1} \\ U _ {2} \\ U _ {3} \\ U _ {4} \end{array} \right] = \left[ \begin{array}{l} 0 \\ 1 \\ 0 \\ 0 \end{array} \right] \tag {8.2}
|
||
$$
|
||
|
||
In this case the stiffness matrix K corresponds to a simply supported beam with four translational degrees of freedom, as shown in Fig. 8.1. (We should recall that the equilibrium equations have been derived by finite differences; but, in this case, they have the same properties as in finite element analysis.)
|
||
|
||
# The Mathematical Operations
|
||
|
||
Let us first consider the basic mathematical operations of Gauss elimination. We proceed in the following systematic steps:
|
||
|
||
Step 1: Subtract a multiple of the first equation in (8.2) from the second and third equations to obtain zero elements in the first column of K. This means that $-\frac{4}{5}$ times the first row is subtracted from the second row, and $\frac{1}{5}$ times the first row is subtracted from the third row. The resulting equations are
|
||
|
||
$$
|
||
\left[ \begin{array}{c c c c} 5 & - 4 & 1 & 0 \\ 0 & \frac {1 4}{5} & - \frac {1 6}{5} & 1 \\ 0 & - \frac {1 6}{5} & \frac {2 9}{5} & - 4 \\ 0 & 1 & - 4 & 5 \end{array} \right] \quad \left[ \begin{array}{l} U _ {1} \\ U _ {2} \\ U _ {3} \\ U _ {4} \end{array} \right] = \left[ \begin{array}{l} 0 \\ 1 \\ 0 \\ 0 \end{array} \right] \tag {8.3}
|
||
$$
|
||
|
||
Step 2: Considering next the equations in (8.3), subtract $-\frac{16}{14}$ times the second equation from the third equation and $\frac{5}{14}$ times the second equation from the fourth equation. The resulting equations are
|
||
|
||
$$
|
||
\left[ \begin{array}{c c c c} 5 & - 4 & 1 & 0 \\ 0 & \frac {1 4}{5} & - \frac {1 6}{5} & 1 \\ 0 & 0 & \frac {1 5}{7} & - \frac {2 0}{7} \\ 0 & 0 & - \frac {2 0}{7} & \frac {6 5}{1 4} \end{array} \right] \left[ \begin{array}{l} U _ {1} \\ U _ {2} \\ U _ {3} \\ U _ {4} \end{array} \right] = \left[ \begin{array}{c} 0 \\ 1 \\ \frac {8}{7} \\ - \frac {5}{1 4} \end{array} \right] \tag {8.4}
|
||
$$
|
||
|
||
<!-- source-page: 715 -->
|
||
|
||

|
||
|
||
<details>
|
||
<summary>text_image</summary>
|
||
|
||
R₂ = 1
|
||
U₁ U₂ U₃ U₄
|
||
</details>
|
||
|
||
(a)
|
||
|
||
$$
|
||
\left[ \begin{array}{r r r r} 5 & - 4 & 1 & 0 \\ - 4 & 6 & - 4 & 1 \\ 1 & - 4 & 6 & - 4 \\ 0 & 1 & - 4 & 5 \end{array} \right] \left[ \begin{array}{l} U _ {1} \\ U _ {2} \\ U _ {3} \\ U _ {4} \end{array} \right] = \left[ \begin{array}{l} 0 \\ 1 \\ 0 \\ 0 \end{array} \right]
|
||
$$
|
||
|
||

|
||
|
||
<details>
|
||
<summary>text_image</summary>
|
||
|
||
R₂ = 1
|
||
U₂ U₃ U₄
|
||
</details>
|
||
|
||
(b)
|
||
|
||
$$
|
||
\left[ \begin{array}{c c c} \frac {1 4}{5} & - \frac {1 6}{5} & 1 \\ - \frac {1 6}{5} & \frac {2 9}{5} & - 4 \\ 1 & - 4 & 5 \end{array} \right] \left[ \begin{array}{c} U _ {2} \\ U _ {3} \\ U _ {4} \end{array} \right] = \left[ \begin{array}{c} 1 \\ 0 \\ 0 \end{array} \right]
|
||
$$
|
||
|
||

|
||
|
||
<details>
|
||
<summary>text_image</summary>
|
||
|
||
R₃ = 8/7
|
||
R₄ = -5/14
|
||
U₃
|
||
U₄
|
||
</details>
|
||
|
||
(c)
|
||
|
||
$$
|
||
\left[ \begin{array}{c c} \frac {1 5}{7} & - \frac {2 0}{7} \\ - \frac {2 0}{7} & \frac {6 5}{1 4} \end{array} \right] \quad \left[ \begin{array}{c} U _ {3} \\ U _ {4} \end{array} \right] = \left[ \begin{array}{c} \frac {8}{7} \\ - \frac {5}{1 4} \end{array} \right]
|
||
$$
|
||
|
||

|
||
|
||
<details>
|
||
<summary>text_image</summary>
|
||
|
||
R₄ = 7/6
|
||
U₄
|
||
</details>
|
||
|
||
(d)
|
||
|
||
$$
|
||
\left[ \frac {5}{6} \right] \quad \left[ U _ {4} \right] = \quad \left[ \frac {7}{6} \right]
|
||
$$
|
||
|
||
Figure 8.1 Stiffness matrices and load vectors considered in the Gauss elimination solution of the simply supported beam. The stiffness matrices in (b), (c), and (d) are the entries below the dashed lines in (8.3), (8.4), and (8.5).
|
||
|
||
Step 3: Subtract $-\frac{20}{15}$ times the third equation from the fourth equation in (8.4). This gives
|
||
|
||
$$
|
||
\left[ \begin{array}{c c c c} 5 & - 4 & 1 & 0 \\ 0 & \frac {1 4}{5} & - \frac {1 6}{5} & 1 \\ 0 & 0 & \frac {1 5}{7} & - \frac {2 0}{7} \\ 0 & 0 & 0 & \vdots \frac {5}{6} \end{array} \right] \left[ \begin{array}{l} U _ {1} \\ U _ {2} \\ U _ {3} \\ U _ {4} \end{array} \right] = \left[ \begin{array}{l} 0 \\ 1 \\ \frac {8}{7} \\ \frac {7}{6} \end{array} \right] \tag {8.5}
|
||
$$
|
||
|
||
<!-- source-page: 716 -->
|
||
|
||
Using (8.5), we can now simply solve for the unknowns $U_4, U_3, U_2$ , and $U_1$ :
|
||
|
||
$$
|
||
U _ {4} = \frac {\frac {7}{6}}{\frac {5}{6}} = \frac {7}{5}; \quad U _ {3} = \frac {\frac {8}{7} - (- \frac {2 0}{7}) U _ {4}}{\frac {1 5}{7}} = \frac {1 2}{5}
|
||
$$
|
||
|
||
$$
|
||
U _ {2} = \frac {1 - (- \frac {1 6}{5}) U _ {3} - (1) U _ {4}}{\frac {1 4}{5}} = \frac {1 3}{5} \tag {8.6}
|
||
$$
|
||
|
||
$$
|
||
U _ {1} = \frac {0 - (- 4) \frac {1 3}{5} - (1) \frac {1 2}{5} - (0) \frac {7}{5}}{5} = \frac {8}{5}
|
||
$$
|
||
|
||
The procedure in the solution is therefore to subtract in step number $i$ in succession multiples of equation $i$ from equations $i + 1, i + 2, \ldots, n$ , where $i = 1, 2, \ldots, n - 1$ . In this way the coefficient matrix $\mathbf{K}$ of the equations is reduced to upper triangular form, i.e., a form in which all elements below the diagonal elements are zero. Starting with the last equation, it is then possible to solve for all unknowns in the order $U_n, U_{n-1}, \ldots, U_1$ .
|
||
|
||
It is important to note that at the end of step i the lower right submatrix of order n - i [indicated by dashed lines in (8.3) to (8.5)] is symmetric. Therefore, the elements above and including the diagonal can give all elements of the coefficient matrix at all times of the solution. We will see in Section (8.2.3) that in the computer implementation we work with only the upper triangular part of the matrix.
|
||
|
||
Another important observation is that this solution assumes in step i a nonzero ith diagonal element in the current coefficient matrix. It is the nonzero value of the ith diagonal element in the coefficient matrix that makes it possible to reduce the elements below it to zero. Also, in the back-substitution for the solution of the displacements, we again divide by the diagonal elements of the coefficient matrix. Fortunately, in the analysis of displacement-based finite element systems, all diagonal elements of the coefficient matrix are positive at all times of the solution, which is another property that makes the application of the Gauss elimination procedure very effective. (This property is not necessarily preserved when the stiffness matrices are derived using a mixed formulation or by finite differences; see Sections 3.3.4 and 4.4.2). We will prove in Section 8.2.5 that the diagonal elements must remain larger than zero, but this property is also observed by considering the physical process of Gauss elimination.
|
||
|
||
# The Physical Process
|
||
|
||
In order to identify the physical process corresponding to the mathematical operations in Gauss elimination, we note first that the operations on the coefficient matrix K are independent of the elements in the load vector R. Therefore, let us consider now only the operations on the coefficient matrix K and for ease of explanation again use the above example and Fig. 8.1. We consider that no loads are applied and hence have
|
||
|
||
$$
|
||
\left[ \begin{array}{r r r r} 5 & - 4 & 1 & 0 \\ - 4 & 6 & - 4 & 1 \\ 1 & - 4 & 6 & - 4 \\ 0 & 1 & - 4 & 5 \end{array} \right] \left[ \begin{array}{l} U _ {1} \\ U _ {2} \\ U _ {3} \\ U _ {4} \end{array} \right] = \left[ \begin{array}{l} 0 \\ 0 \\ 0 \\ 0 \end{array} \right] \tag {8.7}
|
||
$$
|
||
|
||
<!-- source-page: 717 -->
|
||
|
||
Using the condition given by the first equation, i.e.,
|
||
|
||
$$
|
||
5 U _ {1} - 4 U _ {2} + U _ {3} = 0
|
||
$$
|
||
|
||
we can write
|
||
|
||
$$
|
||
U _ {1} = \frac {4}{5} U _ {2} - \frac {1}{5} U _ {3} \tag {8.8}
|
||
$$
|
||
|
||
and eliminate $U_{1}$ from the three equations remaining in (8.7). We thus obtain
|
||
|
||
$$
|
||
- 4 \left(\frac {4}{5} U _ {2} - \frac {1}{5} U _ {3}\right) + 6 U _ {2} - 4 U _ {3} + U _ {4} = 0
|
||
$$
|
||
|
||
$$
|
||
\left(\frac {4}{5} U _ {2} - \frac {1}{5} U _ {3}\right) - 4 U _ {2} + 6 U _ {3} - 4 U _ {4} = 0
|
||
$$
|
||
|
||
$$
|
||
U _ {2} - 4 U _ {3} + 5 U _ {4} = 0
|
||
$$
|
||
|
||
or, in matrix form,
|
||
|
||
$$
|
||
\left[ \begin{array}{c c c} \frac {1 4}{5} & - \frac {1 6}{5} & 1 \\ - \frac {1 6}{5} & \frac {2 9}{5} & - 4 \\ 1 & - 4 & 5 \end{array} \right] \left[ \begin{array}{l} U _ {2} \\ U _ {3} \\ U _ {4} \end{array} \right] = \left[ \begin{array}{l} 0 \\ 0 \\ 0 \end{array} \right] \tag {8.9}
|
||
$$
|
||
|
||
Comparing (8.9) with (8.3), we observe that the coefficient matrix in (8.9) is actually the lower right $3 \times 3$ submatrix of the coefficient matrix in (8.3). However, we obtained the coefficient matrix of (8.9) by using (8.7) and the condition in (8.8), which expresses that no force is applied at the degree of freedom 1 of the beam. It follows that the coefficient matrix in (8.9) is, in fact, the stiffness matrix of the beam that corresponds to the degrees of freedom 2, 3, and 4 when no force is applied at the degree of freedom 1, i.e., when the degree of freedom 1 has been “released” (which we shall also refer to as “statically condensed out”). By the same reasoning, we have obtained in (8.4) the stiffness matrix of the beam when the first two degrees of freedom have been released; and in (8.5), the element (4, 4) of the coefficient matrix represents the stiffness matrix of the beam corresponding to degree of freedom 4 when the degrees of freedom 1, 2, and 3 have all been released. These stiffness matrices are given in Figs. 8.1(b) to (d).
|
||
|
||
Let us gain further insight into the Gauss elimination process by considering a (hypothetical) laboratory experiment—that is, a Gedankenexperiment. Suppose that in the laboratory we construct a physical beam corresponding to the model shown in Fig. 8.1. At the locations where the degrees of freedom are measured in Fig. 8.1(a), we fasten clamps to the beam with a force-measuring device, as shown in Fig. 8.2. We now impose the displacements shown in Figs. 8.3(a) to (d) to the beam and measure the required forces. These forces correspond to the columns of the stiffness matrix in (8.2). (Of course, depending on the appropriateness of our mathematical model, the accuracy of our numerical representation,
|
||
|
||

|
||
|
||
<details>
|
||
<summary>text_image</summary>
|
||
|
||
Frictionless hinge
|
||
Clamp 1
|
||
Clamp 2
|
||
Clamp 3
|
||
Clamp 4
|
||
Displacement imposing and force measuring device
|
||
</details>
|
||
|
||
Figure 8.2 Experimental set-up for measurements on beam
|
||
|
||
<!-- source-page: 718 -->
|
||
|
||

|
||
|
||
<details>
|
||
<summary>text_image</summary>
|
||
|
||
(a)
|
||
5
|
||
-4
|
||
1
|
||
0
|
||
1.0
|
||
(b)
|
||
-4
|
||
6
|
||
-4
|
||
1
|
||
1.0
|
||
(c)
|
||
1
|
||
-4
|
||
6
|
||
-4
|
||
1.0
|
||
(d)
|
||
0
|
||
1
|
||
-4
|
||
5
|
||
1.0
|
||
</details>
|
||
|
||
Figure 8.3 Experimental results of forces (given to one digit) in clamps due to unit displacements. (Note that the zero force in the top and bottom results is unrealistic with the given beam curvature but the value of the force is so small that we neglect it.)
|
||
|
||
and the accuracy of the laboratory measurements, the measured forces will be slightly different, but in our Gedankenexperiment we neglect that difference.)
|
||
|
||
We now remove clamp 1 and repeat the experiment in the laboratory on the same physical beam. The results are shown in Fig. 8.4. The measured forces now correspond to the columns in the stiffness matrix (8.9) [shown also in Fig. 8.1(b)]. Next, we also remove clamp 2 and continue the experiment to obtain the force measurements shown in Fig. 8.5. These results correspond to the stiffness matrix in Fig. 8.1(c). Finally, we also remove clamp 3, and the force measurement gives the result shown in Fig. 8.6, which corresponds to the stiffness given in Fig. 8.1(d).
|
||
|
||
The important point of our Gedankenexperiment is that the mathematical operations of Gauss elimination correspond to releasing degrees of freedom, one degree of freedom at a time, until only one degree of freedom is left (in our example $U_{4}$ ). The process of releasing a degree of freedom corresponds physically to removing the corresponding clamp. Hence, at every stage of the Gauss elimination a new stiffness matrix of the same physical structure is established, but this matrix corresponds to fewer degrees of freedom than were previously used.
|
||
|
||
Of course, in a laboratory experiment we are free to establish stiffness matrices of the structure considered corresponding to any arbitrary set of selected degrees of freedom. Indeed, considering the beam in Fig. 8.2, we could by measurements establish first the stiffness in Fig. 8.1(d), then the stiffness matrix in Fig. 8.1(c), then the stiffness matrix in Fig. 8.1(b), and finally the stiffness matrix in Fig. 8.1(a), or use any other order of measurements. Also, we could move the clamps to any other locations and introduce more clamps,
|
||
|
||
<!-- source-page: 719 -->
|
||
|
||

|
||
Figure 8.4 Experimental results of forces in clamps due to unit displacements with clamp 1 not present.
|
||
|
||

|
||
|
||
<details>
|
||
<summary>text_image</summary>
|
||
|
||
15/7
|
||
-20/7
|
||
8/7
|
||
1.0
|
||
5/7
|
||
</details>
|
||
|
||

|
||
|
||
<details>
|
||
<summary>text_image</summary>
|
||
|
||
-20/7
|
||
65/14
|
||
2/7
|
||
5/14
|
||
1.0
|
||
</details>
|
||
|
||
Figure 8.5 Experimental results of forces in clamps due to unit displacements with clamps 1 and 2 not present.
|
||
|
||

|
||
|
||
<details>
|
||
<summary>text_image</summary>
|
||
|
||
2/3
|
||
7/6
|
||
4/3
|
||
1.0
|
||
5/6
|
||
</details>
|
||
|
||
Figure 8.6 Experimental results of forces in clamps due to unit displacement with clamps 1, 2, and 3 not present.
|
||
|
||
<!-- source-page: 720 -->
|
||
|
||
and then establish stiffness matrices for the corresponding displacement degrees of freedom. However, in the finite element analysis we need a certain number of degrees of freedom to accurately describe the behavior of the structure (see Section 4.3), which results in a specific finite element model, and then we are able to establish the stiffness matrices of only this finite element model with certain degrees of freedom released. Gauss elimination is the process of releasing degrees of freedom.
|
||
|
||
EXAMPLE 8.1: Assume that you know a laboratory technician who knows nothing about finite elements and equation solutions. She/he has performed an experiment using clamps that measure forces on a beam structure in the laboratory; see Fig. E8.1. By moving the clamps to "unit" and "zero" positions, the following forces have been measured.
|
||
|
||

|
||
|
||
<details>
|
||
<summary>text_image</summary>
|
||
|
||
Clamp for U₁ Clamp for U₂ Clamp for U₃ Clamp for U₄
|
||
</details>
|
||
|
||
Figure E8.1 Beam with clamps
|
||
|
||
The result of the first experiment is
|
||
|
||
$$
|
||
\begin{array}{l} \text { Forces in clamps } \\ \text { due to } U _ {1} = 1 \text { and } \\ U _ {2} = U _ {3} = U _ {4} = 0 \\ F _ {1} \quad F _ {2} \quad F _ {3} \quad F _ {4} \end{array} \left[ \begin{array}{c c c c} U _ {1} & U _ {2} & U _ {3} & U _ {4} \\ \left( \begin{array}{c} 7 \\ - 4 \\ 1 \\ 0 \end{array} \right) & - 4 & 1 & 0 \\ 6 & - 4 & 1 \\ - 4 & 5 & - 2 \\ 1 & - 2 & 1 \end{array} \right] \tag {a}
|
||
$$
|
||
|
||
The technician has in a second experiment removed the clamp for $U_{2}$ and repeated the measurement to obtain the following forces.
|
||
|
||
The result of the second experiment is
|
||
|
||
$$
|
||
\begin{array}{l} \text { Forces in clamps } \\ \text { due to } U _ {1} = 1 \\ \text { and } U _ {3} = U _ {4} = 0 \end{array} \left[ \begin{array}{c c c} \frac {1 3}{3} & \frac {- 5}{3} & \frac {2}{3} \\ \frac {- 5}{3} & \frac {1 0}{3} & \frac {- 4}{3} \\ \frac {2}{3} & \frac {- 4}{3} & \frac {5}{6} \end{array} \right] \tag {b}
|
||
$$
|
||
|
||
You are suspicious of whether she/he measured the forces correctly in this second experiment. Assume that the first experiment was correctly performed. Check whether the second experiment was also correctly performed.
|
||
|
||
The stiffness matrix (b) is correct if it is obtained from (a) after releasing the degree of freedom $U_{2}$ . Performing Gauss elimination on $U_{2}$ , we obtain from the matrix in (a),
|
||
|
||
$$
|
||
\mathbf {K} = \left[ \begin{array}{c c c} \frac {1 3}{3} & - \frac {5}{3} & \frac {2}{3} \\ - \frac {5}{3} & \left(\frac {7}{3}\right) & - \frac {4}{3} \\ \frac {2}{3} & - \frac {4}{3} & \frac {5}{6} \end{array} \right]
|
||
$$
|