Files
MultiPhysicsVault/.raw/AFirstCourseInTheFiniteElementMethod/AFirstCourseInTheFiniteElementMethod_077.md
T
김경종 b7f84e1c0f
Tests / Hermetic test suite (push) Has been cancelled
Tests / Skill frontmatter validation (push) Has been cancelled
add documents
2026-05-29 15:59:56 +09:00

19 KiB
Raw Blame History

B.5 Given that


x _ {1} = 2 y _ {1} - y _ {2} \quad z _ {1} = - x _ {1} - x _ {2}

x _ {2} = y _ {1} - y _ {2} \quad z _ {2} = 2 x _ {1} + x _ {2}

a. Write these relationships in matrix form.
b. Express z in terms of y .
c. Express y in terms of \underline { { \underline { { \cdot } } } } _ { \ast } .

B.6 Starting with the initial guess \underline { { X } } ^ { T } = [ 1 \ \mathrm { ~ ~ { ~ 1 ~ } ~ \ 1 ~ ~ \ 1 ~ } ] , perform five iterations of the GaussSeidel method on the following system of equations. On the basis of the results of these five iterations, what is the exact solution?


2 x _ {1} - 1 x _ {2} \quad = - 1

- 1 x _ {1} + 6 x _ {2} - 1 x _ {3} \quad = 4

- 2 x _ {2} + 4 x _ {3} - 1 x _ {4} \quad = 4

- 1 x _ {3} + 4 x _ {4} - 1 x _ {5} = 6

- 1 x _ {4} + 2 x _ {5} = - 2

B.7 Solve Problem B.1 by GaussSeidel iteration.
B.8 Classify the solutions to the following systems of equations according to Section B.2 as unique, nonunique, or nonexistent.

a. 2 x _ { 1 } - \ 4 x _ { 2 } = 2


- 9 x _ {1} + 1 2 x _ {2} = - 6

\mathbf { b } . \ 1 0 x _ { 1 } + 1 x _ { 2 } = 0


5 x _ {1} + \frac {1}{2} x _ {2} = 3

c. 2 x _ { 1 } + 1 x _ { 2 } + 1 x _ { 3 } = 6


3 x _ {1} + 1 x _ {2} - 1 x _ {3} = 4

{ \bf d . } ~ 1 x _ { 1 } + 1 { \bar { x } } _ { 2 } + 1 x _ { 3 } = 1


5 x _ {1} + 2 x _ {2} + 2 x _ {3} = 8

2 x _ {1} + 2 x _ {2} + 2 x _ {3} = 2

3 x _ {1} + 3 x _ {2} + 3 x _ {3} = 3

B.9 Determine the bandwidths of the plane trusses shown in Figure PB9. What conclusions can you draw regarding labeling of nodes?

text_image

13 14 15 10 11 12 7 8 9 4 5 6 1 2 3

text_image

5 10 15 4 9 14 3 8 13 2 7 12 1 6 11

Figure PB9

Equations from Elasticity Theory

Introduction

In this appendix, we will develop the basic equations of the theory of elasticity. These equations should be referred to frequently throughout the structural mechanics portions of this text.

There are three basic sets of equations included in theory of elasticity. These equations must be satisfied if an exact solution to a structural mechanics problem is to be obtained. These sets of equations are (1) the differential equations of equilibrium formulated here in terms of the stresses acting on a body, (2) the strain/displacement and compatibility differential equations, and (3) the stress/strain or material constitutive laws.

d C.1 Differential Equations of Equilibrium

For simplicity, we initially consider the equilibrium of a plane element subjected to normal stresses \sigma _ { x } and \sigma _ { y } , in-plane shear stress \tau _ { x y } (in units of force per unit area), and body forces X _ { b } and Y _ { b } (in units of force per unit volume), as shown in Figure C1. The stresses are assumed to be constant as they act on the width of each face. However, the stresses are assumed to vary from one face to the opposite. For example, we have \sigma _ { x } acting on the left vertical face, whereas \sigma _ { x } + ( \hat { o } \sigma _ { x } / \hat { o } x ) dx acts on the right vertical face. The element is assumed to have unit thickness.

Summing forces in the x direction, we have


\begin{array}{l} \sum F _ {x} = 0 = \left(\sigma_ {x} + \frac {\partial \sigma_ {x}}{\partial x} d x\right) d y (1) - \sigma_ {x} d y (1) + X _ {b} d x d y (1) \\ + \left(\tau_ {y x} + \frac {\partial \tau_ {y x}}{\partial y} d y\right) d x (1) - \tau_ {y x} d x (1) = 0 \tag {C.1.1} \\ \end{array}

text_image

y σy + ∂σy/dy τyx + ∂τyx/dy dy σx Yb C Xb σx + ∂σx/dx τxy + ∂τxy/dx dy τxy σy τyx dx x

Figure C1 Plane differential element subjected to stresses

After simplifying and canceling terms in Eq. (C.1.1), we obtain


\frac {\partial \sigma_ {x}}{\partial x} + \frac {\partial \tau_ {y x}}{\partial y} + X _ {b} = 0 \tag {C.1.2}

Similarly, summing forces in the y direction, we obtain


\frac {\partial \sigma_ {y}}{\partial y} + \frac {\partial \tau_ {x y}}{\partial x} + Y _ {b} = 0 \tag {C.1.3}

Because we are considering only the planar element, three equilibrium equations must be satisfied. The third equation is equilibrium of moments about an axis normal to the x-y plane; that is, taking moments about point C in Figure C1, we have


\sum M _ {z} = 0 = \tau_ {x y} d y (1) \frac {d x}{2} + \left(\tau_ {x y} + \frac {\partial \tau_ {x y}}{\partial x} d x\right) \frac {d x}{2}

- \tau_ {y x} d x (1) \frac {d y}{2} - \left(\tau_ {y x} + \frac {\partial \tau_ {y x}}{\partial y} d y\right) \frac {d y}{2} = 0 \tag {C.1.4}

Simplifying Eq. (C.1.4) and neglecting higher-order terms yields


\tau_ {x y} = \tau_ {y x} \tag {C.1.5}

We now consider the three-dimensional state of stress shown in Figure C2, which shows the additional stresses \sigma _ { z } , \tau _ { x z } , , and \tau _ { y z } . For clarity, we show only the stresses on three mutually perpendicular planes. With a straightforward procedure, we can extend the two-dimensional equations (C.1.2), (C.1.3), and (C.1.5) to three dimensions. The resulting total set of equilibrium equations is


\frac {\partial \sigma_ {x}}{\partial x} + \frac {\partial \tau_ {x y}}{\partial y} + \frac {\partial \tau_ {x z}}{\partial z} + X _ {b} = 0

\frac {\partial \tau_ {x y}}{\partial x} + \frac {\partial \sigma_ {y}}{\partial y} + \frac {\partial \tau_ {y z}}{\partial z} + Y _ {b} = 0 \tag {C.1.6}

\frac {\partial \tau_ {x z}}{\partial x} + \frac {\partial \tau_ {y z}}{\partial y} + \frac {\partial \sigma_ {z}}{\partial z} + Z _ {b} = 0

text_image

y σy τyx τyz Yb τxy τzy Xb σx Zb τxz σz τzx x z

Figure C2 Three-dimensional stress element

and


\tau_ {x y} = \tau_ {y x} \quad \tau_ {x z} = \tau_ {z x} \quad \tau_ {y z} = \tau_ {z y} \tag {C.1.7}

C.2 Strain=Displacement and Compatibility Equations

We first obtain the strain/displacement or kinematic differential relationships for the two-dimensional case. We begin by considering the differential element shown in Figure C3, where the undeformed state is represented by the dashed lines and the deformed shape (after straining takes place) is represented by the solid lines.

Considering line element AB in the x direction, we can see that it becomes A ^ { \prime } B ^ { \prime } after deformation, where u and v represent the displacements in the x and y directions. By the definition of engineering normal strain (that is, the change in length divided by

text_image

y, v ∂u/∂y dy D' C' D C dy A' B' ∂v/∂x dx dx dx + ∂u/∂x dx A B x, u

Figure C3 Differential element before and after deformation

the original length of a line), we have


\varepsilon_ {x} = \frac {A ^ {\prime} B ^ {\prime} - A B}{A B} \tag {C.2.1}

Now A B = d x ðC:2:2Þ

and ( A ^ { \prime } B ^ { \prime } ) ^ { 2 } = \left( d x + { \frac { \hat { o } u } { \hat { o } x } } d x \right) ^ { 2 } + \left( { \frac { \hat { o } v } { \hat { o } x } } d x \right) ^ { 2 } ðC:2:3Þ

Therefore, evaluating A ^ { \prime } B ^ { \prime } using the binomial theorem and neglecting the higherorder terms ( \hat { o } u / \hat { o } x ) ^ { 2 } and ( \partial v / \partial x ) ^ { 2 } (an approach consistent with the assumption of small strains), we have


A ^ {\prime} B ^ {\prime} = d x + \frac {\partial u}{\partial x} d x \tag {C.2.4}

Using Eqs. (C.2.2) and (C.2.4) in Eq. (C.2.1), we obtain


\varepsilon_ {x} = \frac {\partial u}{\partial x} \tag {C.2.5}

Similarly, considering line element AD in the y direction, we have


\varepsilon_ {y} = \frac {\partial v}{\partial y} \tag {C.2.6}

The shear strain \gamma _ { x y } is defined to be the change in the angle between two lines, such as AB and A D , that originally formed a right angle. Hence, from Figure C3, we can see that \gamma _ { x y } is the sum of two angles and is given by


\gamma_ {x y} = \frac {\partial u}{\partial y} + \frac {\partial v}{\partial x} \tag {C.2.7}

Equations (C.2.5)(C.2.7) represent the strain/displacement relationships for in-plane behavior.

For three-dimensional situations, we have a displacement w in the z direction. It then becomes straightforward to extend the two-dimensional derivations to the threedimensional case to obtain the additional strain/displacement equations as


\varepsilon_ {z} = \frac {\partial w}{\partial z} \tag {C.2.8}

\gamma_ {x z} = \frac {\partial u}{\partial z} + \frac {\partial w}{\partial x} \tag {C.2.9}

\gamma_ {y z} = \frac {\partial v}{\partial z} + \frac {\partial w}{\partial y} \tag {C.2.10}

Along with the strain/displacement equations, we need compatibility equations to ensure that the displacement components u; v, and w are single-valued continuous

functions so that tearing or overlap of elements does not occur. For the planar-elastic case, we obtain the compatibility equation by differentiating \gamma _ { x y } with respect to both x and y and then using the definitions for \varepsilon _ { x } and \varepsilon _ { y } given by Eqs. (C.2.5) and (C.2.6). Hence,


\frac {\partial^ {2} \gamma_ {x y}}{\partial x \partial y} = \frac {\partial^ {2}}{\partial x \partial y} \frac {\partial u}{\partial y} + \frac {\partial^ {2}}{\partial x \partial y} \frac {\partial v}{\partial x} = \frac {\partial^ {2} \varepsilon_ {x}}{\partial y ^ {2}} + \frac {\partial^ {2} \varepsilon_ {y}}{\partial x ^ {2}} \tag {C.2.11}

where the second equation in terms of the strains on the right side is obtained by noting that single-valued continuity of displacements requires that the partial differentiations with respect to x and y be interchangeable in order. Therefore, we have \hat { \partial } ^ { 2 } / \hat { \partial } x \hat { \partial } y = \hat { \partial } ^ { 2 } / \bar { \partial } y \hat { \partial } x . Equation (C.2.11) is called the condition of compatibility, and it must be satisfied by the strain components in order for us to obtain unique expressions for u and v. Equations (C.2.5), (C.2.6), (C.2.7), and (C.2.11) together are then sufficient to obtain unique single-valued functions for u and v.

In three dimensions, we obtain five additional compatibility equations by differentiating \gamma _ { x z } and \gamma _ { y z } in a manner similar to that described above for \gamma _ { x y } . We need not list these equations here; details of their derivation can be found in Reference [1].

In addition to the compatibility conditions that ensure single-valued continuous functions within the body, we must also satisfy displacement or kinematic boundary conditions. This simply means that the displacement functions must also satisfy prescribed or given displacements on the surface of the body. These conditions often occur as support conditions from rollers and/or pins. In general, we might have


u = u _ {0} \quad v = v _ {0} \quad w = w _ {0} \tag {C.2.12}

at specified surface locations on the body. We may also have conditions other than displacements prescribed (for example, prescribed rotations).

d C.3 Stress=Strain Relationships

We will now develop the three-dimensional stress/strain relationships for an isotropic body only. This is done by considering the response of a body to imposed stresses. We subject the body to the stresses \sigma _ { x } , \sigma _ { y } , and \sigma _ { z } independently as shown in Figure C4.

We first consider the change in length of the element in the x direction due to the independent stresses \sigma _ { x } , \sigma _ { y } , and \sigma _ { z } . We assume the principle of superposition to hold; that is, we assume that the resultant strain in a system due to several forces is the algebraic sum of their individual effects.

Considering Figure C4(b), the stress in the x direction produces a positive strain


\varepsilon_ {x} ^ {\prime} = \frac {\sigma_ {x}}{E} \tag {C.3.1}

where Hookes law, \sigma = E \varepsilon , has been used in writing Eq. (C.3.1), and E is defined as the modulus of elasticity. Considering Figure \mathrm { C } { - } 4 ( \mathrm { c } ) , the positive stress in the

text_image

y σy σz σx σx x z σz σy

(a)

text_image

σₓ σₓ

(b)

text_image

σy σy

natural_image

3D diagram of two stacked cubes with stress vectors σz and σz' (no text or symbols on the cubes)

(d)
Figure C4 Element subjected to normal stress acting in three mutually perpendicular directions

y direction produces a negative strain in the x direction as a result of Poissons effect given by


\varepsilon_ {x} ^ {\prime \prime} = - \frac {\nu \sigma_ {y}}{E} \tag {C.3.2}

where n is Poissons ratio. Similarly, considering Figure C4(d), the stress in the z direction produces a negative strain in the x direction given by


\varepsilon_ {x} ^ {\prime \prime \prime} = - \frac {\nu \sigma_ {z}}{E} \tag {C.3.3}

Using superposition of Eqs. (C.3.1)(C.3.3), we obtain


\varepsilon_ {x} = \frac {\sigma_ {x}}{E} - \nu \frac {\sigma_ {y}}{E} - \nu \frac {\sigma_ {z}}{E} \tag {C.3.4}

The strains in the y and z directions can be determined in a manner similar to that used to obtain Eq. (C.3.4) for the x direction. They are


\varepsilon_ {y} = - \nu \frac {\sigma_ {x}}{E} + \frac {\sigma_ {y}}{E} - \nu \frac {\sigma_ {z}}{E} \tag {C.3.5}

\varepsilon_ {z} = - \nu \frac {\sigma_ {x}}{E} - \nu \frac {\sigma_ {y}}{E} + \frac {\sigma_ {z}}{E}

Solving Eqs. (C.3.4) and (C.3.5) for the normal stresses, we obtain


\sigma_ {x} = \frac {E}{(1 + \nu) (1 - 2 \nu)} \left[ \varepsilon_ {x} (1 - \nu) + \nu \varepsilon_ {y} + \nu \varepsilon_ {z} \right]

\sigma_ {y} = \frac {E}{(1 + \nu) (1 - 2 \nu)} [ \nu \varepsilon_ {x} + (1 - \nu) \varepsilon_ {y} + \nu \varepsilon_ {z} ] \tag {C.3.6}

\sigma_ {z} = \frac {E}{(1 + \nu) (1 - 2 \nu)} \left[ \nu \varepsilon_ {x} + \nu \varepsilon_ {y} + (1 - \nu) \varepsilon_ {z} \right]

The Hookes law relationship, \sigma = E \varepsilon , used for normal stress also applies for shear stress and strain; that is,


\tau = G \gamma \tag {C.3.7}

where G is the shear modulus. Hence, the expressions for the three different sets of shear strains are


\gamma_ {x y} = \frac {\tau_ {x y}}{G} \quad \gamma_ {y z} = \frac {\tau_ {y z}}{G} \quad \gamma_ {z x} = \frac {\tau_ {z x}}{G} \tag {C.3.8}

Solving Eqs. (C.3.8) for the stresses, we have


\tau_ {x y} = G \gamma_ {x y} \quad \tau_ {y z} = G \gamma_ {y z} \quad \tau_ {z x} = G \gamma_ {z x} \tag {C.3.9}

In matrix form, we can express the stresses in Eqs. (C.3.6) and (C.3.9) as


\left\{ \begin{array}{l} \sigma_ {x} \\ \sigma_ {y} \\ \sigma_ {z} \\ \tau_ {x y} \\ \tau_ {y z} \\ \tau_ {z x} \end{array} \right\} = \frac {E}{(1 + \nu) (1 - 2 \nu)}

\times \left[ \begin{array}{c c c c c c} 1 - v & v & v & 0 & 0 & 0 \\ & 1 - v & v & 0 & 0 & 0 \\ & & 1 - v & 0 & 0 & 0 \\ & & & \frac {1 - 2 v}{2} & 0 & 0 \\ & & & & \frac {1 - 2 v}{2} & 0 \\ \text {Symmetry} & & & & & \frac {1 - 2 v}{2} \end{array} \right] \left\{ \begin{array}{l} \varepsilon_ {x} \\ \varepsilon_ {y} \\ \varepsilon_ {z} \\ \gamma_ {x y} \\ \gamma_ {y z} \\ \gamma_ {z x} \end{array} \right\} \tag {C.3.10}

where we note that the relationship


G = \frac {E}{2 (1 + \nu)}

has been used in Eq. (C.3.10). The square matrix on the right side of Eq. (C.3.10) is called the stress/strain or constitutive matrix and is defined by D, where D is


[ D ] = \frac {E}{(1 + \nu) (1 - 2 \nu)} \left[ \begin{array}{c c c c c c} 1 - \nu & \nu & \nu & 0 & 0 & 0 \\ & 1 - \nu & \nu & 0 & 0 & 0 \\ & & 1 - \nu & 0 & 0 & 0 \\ & & & \frac {1 - 2 \nu}{2} & 0 & 0 \\ & & & & \frac {1 - 2 \nu}{2} & 0 \\ \text {Symmetry} & & & & & \frac {1 - 2 \nu}{2} \end{array} \right] \tag {C.3.11}

Reference

[1] Timoshenko, S., and Goodier, J., Theory of Elasticity, 3rd ed., McGraw-Hill, New York, 1970.

The equivalent nodal (or joint) forces for different types of loads on beam elements are shown in Table D1.

Problems

D.1 Determine the equivalent joint or nodal forces for the beam elements shown in Figure PD1.

text_image

1 10 kip 2 10 ft 10 ft

(a)

text_image

1 5 kip 5 kip 2 ←5 ft→ ←5 ft→ ←20 ft→

text_image

1000 lb/ft 1 30 ft 2

(c

text_image

2 k/ft 5 kip 1 2 10 ft 10 ft

(d)

text_image

2000 lb/ft 1 20 ft

(e)

text_image

5 kN 1 2 5 m 2 m

(f)

text_image

3 m 4 kN/m 1 2 6 m

(g

text_image

5 kN/m 1 4 m 2

(h)
Figure PD1