Files
김경종 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

459 lines
21 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!-- source-page: 511 -->
where fsg and feg are defined by Eqs. (11.1.3), and the constitutive matrix ½D (see also Appendix C) is now given by
$$
[ 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 {11.1.5}
$$
# 11.2 Tetrahedral Element
We now develop the tetrahedral stress element stiffness matrix by again using the steps outlined in Chapter 1. The development is seen to be an extension of the plane element previously described in Chapter 6. This extension was suggested in References [1] and [2].
# Step 1 Select Element Type
Consider the tetrahedral element shown in Figure 113 with corner nodes 14. This element is a four-noded solid. The nodes of the element must be numbered such that when viewed from the last node (say, node 4), the first three nodes are numbered in a counterclockwise manner, such as 1, 2, 3, 4 or 2, 3, 1, 4. This ordering of nodes avoids the calculation of negative volumes and is consistent with the counterclockwise node numbering associated with the CST element in Chapter 6. (Using an isoparametric formulation to evaluate the $\underline { { k } }$ matrix for the tetrahedral element enables us to use the element node numbering in any order. The isoparametric formulation of $\underline { { k } }$ is left
![](images/page-511_eda65c82b6d8a60bbcf99d72fafde240d8b88d635f1737e6d044346ee324a5f2.jpg)
<details>
<summary>text_image</summary>
z, w
1
3
2
4
y, v
x. u
</details>
Figure 113 Tetrahedral solid element
<!-- source-page: 512 -->
to Section 11.3.) The unknown nodal displacements are now given by
$$
\{d \} = \left\{ \begin{array}{l} u _ {1} \\ v _ {1} \\ w _ {1} \\ \vdots \\ u _ {4} \\ v _ {4} \\ w _ {4} \end{array} \right\} \tag {11.2.1}
$$
Hence, there are 3 degrees of freedom per node, or 12 total degrees of freedom per element.
# Step 2 Select Displacement Functions
For a compatible displacement field, the element displacement functions $u , v ,$ and w must be linear along each edge because only two points (the corner nodes) exist along each edge, and the functions must be linear in each plane side of the tetrahedron. We then select the linear displacement functions as
$$
u (x, y, z) = a _ {1} + a _ {2} x + a _ {3} y + a _ {4} z
$$
$$
v (x, y, z) = a _ {5} + a _ {6} x + a _ {7} y + a _ {8} z \tag {11.2.2}
$$
$$
w (x, y, z) = a _ {9} + a _ {1 0} x + a _ {1 1} y + a _ {1 2} z
$$
In the same manner as in Chapter 6, we can express the $\boldsymbol { a } _ { i } { } ^ { \prime } \boldsymbol { \mathbf { s } }$ in terms of the known nodal coordinates $( x _ { 1 } , y _ { 1 } , z _ { 1 } , \dotsc , z _ { 4 } )$ and the unknown nodal displacements $\left( u _ { 1 } , v _ { 1 } , w _ { 1 } , \ldots , w _ { 4 } \right)$ of the element. Skipping the straightforward but tedious details, we obtain
$$
u (x, y, z) = \frac {1}{6 V} \left\{\left(\alpha_ {1} + \beta_ {1} x + \gamma_ {1} y + \delta_ {1} z\right) u _ {1} \right.
$$
$$
+ (\alpha_ {2} + \beta_ {2} x + \gamma_ {2} y + \delta_ {2} z) u _ {2}
$$
$$
+ (\alpha_ {3} + \beta_ {3} x + \gamma_ {3} y + \delta_ {3} z) u _ {3}
$$
$$
\left. + \left(\alpha_ {4} + \beta_ {4} x + \gamma_ {4} y + \delta_ {4} z\right) u _ {4} \right\} \tag {11.2.3}
$$
where 6V is obtained by evaluating the determinant
$$
6 V = \left| \begin{array}{c c c c} 1 & x _ {1} & y _ {1} & z _ {1} \\ 1 & x _ {2} & y _ {2} & z _ {2} \\ 1 & x _ {3} & y _ {3} & z _ {3} \\ 1 & x _ {4} & y _ {4} & z _ {4} \end{array} \right| \tag {11.2.4}
$$
<!-- source-page: 513 -->
and $V$ represents the volume of the tetrahedron. The coefficients $\alpha_{i},\beta_{i},\gamma_{i}$ , and $\delta_{i}$ ( $i = 1,2,3,4$ ) in Eq. (11.2.3) are given by
$$
\alpha_ {1} = \left| \begin{array}{c c c} x _ {2} & y _ {2} & z _ {2} \\ x _ {3} & y _ {3} & z _ {3} \\ x _ {4} & y _ {4} & z _ {4} \end{array} \right| \quad \beta_ {1} = - \left| \begin{array}{c c c} 1 & y _ {2} & z _ {2} \\ 1 & y _ {3} & z _ {3} \\ 1 & y _ {4} & z _ {4} \end{array} \right| \tag {11.2.5}
$$
$$
\gamma_ {1} = \left| \begin{array}{c c c} 1 & x _ {2} & z _ {2} \\ 1 & x _ {3} & z _ {3} \\ 1 & x _ {4} & z _ {4} \end{array} \right| \qquad \delta_ {1} = - \left| \begin{array}{c c c} 1 & x _ {2} & y _ {2} \\ 1 & x _ {3} & y _ {3} \\ 1 & x _ {4} & y _ {4} \end{array} \right|
$$
$$
\alpha_ {2} = - \left| \begin{array}{c c c} x _ {1} & y _ {1} & z _ {1} \\ x _ {3} & y _ {3} & z _ {3} \\ x _ {4} & y _ {4} & z _ {4} \end{array} \right| \quad \beta_ {2} = \left| \begin{array}{c c c} 1 & y _ {1} & z _ {1} \\ 1 & y _ {3} & z _ {3} \\ 1 & y _ {4} & z _ {4} \end{array} \right| \tag {11.2.6}
$$
$$
\gamma_ {2} = - \left| \begin{array}{c c c} 1 & x _ {1} & z _ {1} \\ 1 & x _ {3} & z _ {3} \\ 1 & x _ {4} & z _ {4} \end{array} \right| \qquad \delta_ {2} = \left| \begin{array}{c c c} 1 & x _ {1} & y _ {1} \\ 1 & x _ {3} & y _ {3} \\ 1 & x _ {4} & y _ {4} \end{array} \right|
$$
$$
\alpha_ {3} = \left| \begin{array}{c c c} x _ {1} & y _ {1} & z _ {1} \\ x _ {2} & y _ {2} & z _ {2} \\ x _ {4} & y _ {4} & z _ {4} \end{array} \right| \quad \beta_ {3} = - \left| \begin{array}{c c c} 1 & y _ {1} & z _ {1} \\ 1 & y _ {2} & z _ {2} \\ 1 & y _ {4} & z _ {4} \end{array} \right| \tag {11.2.7}
$$
$$
\gamma_ {3} = \left| \begin{array}{c c c} 1 & x _ {1} & z _ {1} \\ 1 & x _ {2} & z _ {2} \\ 1 & x _ {4} & z _ {4} \end{array} \right| \qquad \delta_ {3} = - \left| \begin{array}{c c c} 1 & x _ {1} & y _ {1} \\ 1 & x _ {2} & y _ {2} \\ 1 & x _ {4} & y _ {4} \end{array} \right|
$$
$$
\alpha_ {4} = - \left| \begin{array}{c c c} x _ {1} & y _ {1} & z _ {1} \\ x _ {2} & y _ {2} & z _ {2} \\ x _ {3} & y _ {3} & z _ {3} \end{array} \right| \quad \beta_ {4} = \left| \begin{array}{c c c} 1 & y _ {1} & z _ {1} \\ 1 & y _ {2} & z _ {2} \\ 1 & y _ {3} & z _ {3} \end{array} \right| \tag {11.2.8}
$$
$$
\gamma_ {4} = - \left| \begin{array}{c c c} 1 & x _ {1} & z _ {1} \\ 1 & x _ {2} & z _ {2} \\ 1 & x _ {3} & z _ {3} \end{array} \right| \qquad \delta_ {4} = \left| \begin{array}{c c c} 1 & x _ {1} & y _ {1} \\ 1 & x _ {2} & y _ {2} \\ 1 & x _ {3} & y _ {3} \end{array} \right|
$$
Expressions for $v$ and $w$ are obtained by simply substituting $v_{i}$ 's for all $u_{i}$ 's and then $w_{i}$ 's for all $u_{i}$ 's in Eq. (11.2.3).
The displacement expression for u given by Eq. (11.2.3), with similar expressions for v and w, can be written equivalently in expanded form in terms of the shape
<!-- source-page: 514 -->
functions and unknown nodal displacements as
$$
\left\{ \begin{array}{l} u \\ v \\ w \end{array} \right\} = \left[ \begin{array}{c c c c c c c c c c c c c} N _ {1} & 0 & 0 & N _ {2} & 0 & 0 & N _ {3} & 0 & 0 & N _ {4} & 0 & 0 \\ 0 & N _ {1} & 0 & 0 & N _ {2} & 0 & 0 & N _ {3} & 0 & 0 & N _ {4} & 0 \\ 0 & 0 & N _ {1} & 0 & 0 & N _ {2} & 0 & 0 & N _ {3} & 0 & 0 & N _ {4} \end{array} \right] \left\{ \begin{array}{l} u _ {1} \\ v _ {1} \\ w _ {1} \\ \vdots \\ u _ {4} \\ v _ {4} \\ w _ {4} \end{array} \right\} \tag {11.2.9}
$$
where the shape functions are given by
$$
N _ {1} = \frac {\left(\alpha_ {1} + \beta_ {1} x + \gamma_ {1} y + \delta_ {1} z\right)}{6 V} \quad N _ {2} = \frac {\left(\alpha_ {2} + \beta_ {2} x + \gamma_ {2} y + \delta_ {2} z\right)}{6 V} \tag {11.2.10}
$$
$$
N _ {3} = \frac {\left(\alpha_ {3} + \beta_ {3} x + \gamma_ {3} y + \delta_ {3} z\right)}{6 V} \quad N _ {4} = \frac {\left(\alpha_ {4} + \beta_ {4} x + \gamma_ {4} y + \delta_ {4} z\right)}{6 V}
$$
and the rectangular matrix on the right side of Eq. (11.2.9) is the shape function matrix ½N .
# Step 3 Define the Strain= Displacement and Stress= Strain Relationships
The element strains for the three-dimensional stress state are given by
$$
\{\varepsilon \} = \left\{ \begin{array}{l} \varepsilon_ {x} \\ \varepsilon_ {y} \\ \varepsilon_ {z} \\ \gamma_ {x y} \\ \gamma_ {y z} \\ \gamma_ {z x} \end{array} \right\} = \left\{ \begin{array}{c} \frac {\partial u}{\partial x} \\ \frac {\partial v}{\partial y} \\ \frac {\partial w}{\partial z} \\ \frac {\partial u}{\partial y} + \frac {\partial v}{\partial x} \\ \frac {\partial v}{\partial z} + \frac {\partial w}{\partial y} \\ \frac {\partial w}{\partial x} + \frac {\partial u}{\partial z} \end{array} \right\} \tag {11.2.11}
$$
Using Eq. (11.2.9) in Eq. (11.2.11), we obtain
$$
\{\varepsilon \} = [ B ] \{d \} \tag {11.2.12}
$$
where $\left[ B \right] = \left[ { \underline { { B } } } _ { 1 } \quad { \underline { { B } } } _ { 2 } \quad { \underline { { B } } } _ { 3 } \quad { \underline { { B } } } _ { 4 } \right]$ ð11:2:13Þ
<!-- source-page: 515 -->
The submatrix $\underline { { B } } _ { 1 }$ in Eq. (11.2.13) is defined by
$$
\underline {{{B}}} _ {1} = \left[ \begin{array}{c c c} N _ {1, x} & 0 & 0 \\ 0 & N _ {1, y} & 0 \\ 0 & 0 & N _ {1, z} \\ N _ {1, y} & N _ {1, x} & 0 \\ 0 & N _ {1, z} & N _ {1, y} \\ N _ {1, z} & 0 & N _ {1, x} \end{array} \right] \tag {11.2.14}
$$
where, again, the comma after the subscript indicates differentation with respect to the variable that follows. Submatrices $\underline { { B } } _ { 2 } , \underline { { B } } _ { 3 }$ , and ${ \underline { { B _ { 4 } } } }$ are defined by simply indexing the subscript in Eq. (11.2.14) from 1 to 2, 3, and then 4, respectively. Substituting the shape functions from Eqs. (11.2.10) into Eq. (11.2.14), $\underline { { B } } _ { 1 }$ is expressed as
$$
\underline {{{B}}} _ {1} = \frac {1}{6 V} \left[ \begin{array}{c c c} \beta_ {1} & 0 & 0 \\ 0 & \gamma_ {1} & 0 \\ 0 & 0 & \delta_ {1} \\ \gamma_ {1} & \beta_ {1} & 0 \\ 0 & \delta_ {1} & \gamma_ {1} \\ \delta_ {1} & 0 & \beta_ {1} \end{array} \right] \tag {11.2.15}
$$
with similar expressions for $\underline { { B } } _ { 2 } , \underline { { B } } _ { 3 }$ , and ${ \underline { { B _ { 4 } } } }$ .
The element stresses are related to the element strains by
$$
\{\sigma \} = [ D ] \{\varepsilon \} \tag {11.2.16}
$$
where the constitutive matrix for an elastic material is now given by Eq. (11.1.5).
# Step 4 Derive the Element Stiffness Matrix and Equations
The element stiffness matrix is given by
$$
[ k ] = \iiint_ {V} [ B ] ^ {T} [ D ] [ B ] d V \tag {11.2.17}
$$
Because both matrices $[ B ]$ and $[ D ]$ are constant for the simple tetrahedral element, Eq. (11.2.17) can be simplified to
$$
[ k ] = [ B ] ^ {T} [ D ] [ B ] V \tag {11.2.18}
$$
where, again, V is the volume of the element. The element stiffness matrix is now of order $1 2 \times 1 2$ .
# Body Forces
The element body force matrix is given by
$$
\{f _ {b} \} = \iiint_ {V} [ N ] ^ {T} \{X \} d V \tag {11.2.19}
$$
<!-- source-page: 516 -->
where ½N is given by the $3 \times 1 2$ matrix in Eq. (11.2.9), and
$$
\{X \} = \left\{ \begin{array}{l} X _ {b} \\ Y _ {b} \\ Z _ {b} \end{array} \right\} \tag {11.2.20}
$$
For constant body forces, the nodal components of the total resultant body forces can be shown to be distributed to the nodes in four equal parts. That is,
$$
\left\{f _ {b} \right\} = \frac {1}{4} \left[ X _ {b} Y _ {b} Z _ {b} X _ {b} Y _ {b} Z _ {b} X _ {b} Y _ {b} Z _ {b} X _ {b} Y _ {b} Z _ {b} \right. \left. X _ {b} Y _ {b} Z _ {b} X _ {b} Y _ {b} Z _ {b} X _ {b} Y _ {b} Z _ {b} \right] ^ {T}
$$
The element body force is then a $1 2 \times 1$ matrix.
# Surface Forces
Again, the surface forces are given by
$$
\{f _ {s} \} = \iint_ {S} \left[ N _ {s} \right] ^ {T} \{T \} d S \tag {11.2.21}
$$
where $[ N _ { s } ]$ is the shape function matrix evaluated on the surface where the surface traction occurs.
For example, consider the case of uniform pressure $p$ acting on the face with nodes 13 of the element shown in Figure 113 or 114. The resulting nodal forces become
$$
\left\{f _ {s} \right\} = \iint_ {S} [ N ] ^ {T} \left| _ {\text { evaluated on surface 1,2,3 }} \left\{ \begin{array}{l} p _ {x} \\ p _ {y} \\ p _ {z} \end{array} \right. \right\} d S \tag {11.2.22}
$$
where $p _ { x } , p _ { y } ,$ and $p _ { z }$ are the $x , y ,$ and z components, respectively, of $p .$ Simplifying and integrating Eq. (11.2.22), we can show that
$$
\left\{f _ {s} \right\} = \frac {S _ {1 2 3}}{3} \left\{ \begin{array}{l} p _ {x} \\ p _ {y} \\ p _ {z} \\ p _ {x} \\ p _ {y} \\ p _ {z} \\ p _ {x} \\ p _ {y} \\ p _ {z} \\ 0 \\ 0 \\ 0 \end{array} \right\} \tag {11.2.23}
$$
where $S _ { 1 2 3 }$ is the area of the surface associated with nodes 13. The use of volume coordinates, as explained in Reference [8], facilitates the integration of Eq. (11.2.22).
<!-- source-page: 517 -->
Evaluate the matrices necessary to determine the stiffness matrix for the tetrahedral element shown in Figure 114. Let $E = 30 \times 10^{6}$ psi and v = 0.30. The coordinates are shown in the figure in units of inches.
![](images/page-517_2b424248e51d40c7292755cae55a73e63bfce6d8bac9f5d511b75155ee5b6445.jpg)
<details>
<summary>text_image</summary>
z
1 (1, 1, 2)
(0, 0, 0)
2
3
(0, 2, 0)
y
x
4 (2, 1, 0)
</details>
Figure 11-4 Tetrahedral element
To evaluate the element stiffness matrix, we first determine the element volume $V$ and all $\alpha$ 's, $\beta$ 's, $\gamma$ 's, and $\delta$ 's from Eqs. (11.2.4)-(11.2.8). From Eq. (11.2.4), we have
$$
6 V = \left| \begin{array}{c c c c} 1 & 1 & 1 & 2 \\ 1 & 0 & 0 & 0 \\ 1 & 0 & 2 & 0 \\ 1 & 2 & 1 & 0 \end{array} \right| = 8 \text { in } ^ {3} \tag {11.2.24}
$$
From Eqs. (11.2.5), we obtain
$$
\alpha_ {1} = \left| \begin{array}{l l l} 0 & 0 & 0 \\ 0 & 2 & 0 \\ 2 & 1 & 0 \end{array} \right| = 0 \quad \beta_ {1} = - \left| \begin{array}{l l l} 1 & 0 & 0 \\ 1 & 2 & 0 \\ 1 & 1 & 0 \end{array} \right| = 0 \tag {11.2.25}
$$
and similarly,
$$
\gamma_ {1} = 0 \quad \delta_ {1} = 4
$$
From Eqs. (11.2.6)-(11.2.8), we obtain
$$
\begin{array}{l} \alpha_ {2} = 8 \quad \beta_ {2} = - 2 \quad \gamma_ {2} = - 4 \quad \delta_ {2} = - 1 \\ \alpha_ {3} = 0 \quad \beta_ {3} = - 2 \quad \gamma_ {3} = 4 \quad \delta_ {3} = - 1 \tag {11.2.26} \\ \alpha_ {4} = 0 \quad \beta_ {4} = 4 \quad \gamma_ {4} = 0 \quad \delta_ {4} = - 2 \\ \end{array}
$$
Note that $\alpha$ 's typically have units of cubic inches or cubic meters, where $\beta$ 's, $\gamma$ 's, and $\delta$ 's have units of square inches or square meters.
<!-- source-page: 518 -->
Next, the shape functions are determined using Eqs. (11.2.10) and the results from Eqs. (11.2.25) and (11.2.26) as
$$
N _ {1} = \frac {4 z}{8} \quad N _ {2} = \frac {8 - 2 x - 4 y - z}{8} \tag {11.2.27}
$$
$$
N _ {3} = \frac {- 2 x + 4 y - z}{8} \quad N _ {4} = \frac {4 x - 2 z}{8}
$$
Note that $N _ { 1 } + N _ { 2 } + N _ { 3 } + N _ { 4 } = 1$ is again satisfied.
The $6 \times 3$ submatrices of the matrix $\underline { { B } } ,$ Eq. (11.2.13), are now evaluated using Eqs. (11.2.14) and (11.2.27) as
$$
\underline {{{B}}} _ {1} = \left[ \begin{array}{l l l} 0 & 0 & 0 \\ 0 & 0 & 0 \\ 0 & 0 & \frac {1}{2} \\ 0 & 0 & 0 \\ 0 & \frac {1}{2} & 0 \\ \frac {1}{2} & 0 & 0 \end{array} \right] \quad \underline {{{B}}} _ {2} = \left[ \begin{array}{c c c} - \frac {1}{4} & 0 & 0 \\ 0 & - \frac {1}{2} & 0 \\ 0 & 0 & - \frac {1}{8} \\ - \frac {1}{2} & - \frac {1}{4} & 0 \\ 0 & - \frac {1}{8} & - \frac {1}{2} \\ - \frac {1}{8} & 0 & - \frac {1}{4} \end{array} \right] \tag {11.2.28}
$$
$$
\underline {{B}} _ {3} = \left[ \begin{array}{c c c} - \frac {1}{4} & 0 & 0 \\ 0 & \frac {1}{2} & 0 \\ 0 & 0 & - \frac {1}{8} \\ \frac {1}{2} & - \frac {1}{4} & 0 \\ 0 & - \frac {1}{8} & \frac {1}{2} \\ - \frac {1}{8} & 0 & - \frac {1}{4} \end{array} \right] \quad \underline {{B}} _ {4} = \left[ \begin{array}{c c c} \frac {1}{2} & 0 & 0 \\ 0 & 0 & 0 \\ 0 & 0 & - \frac {1}{4} \\ 0 & \frac {1}{2} & 0 \\ 0 & - \frac {1}{4} & 0 \\ - \frac {1}{4} & 0 & \frac {1}{2} \end{array} \right]
$$
Next, the matrix $\underline { { \boldsymbol { D } } }$ is evaluated using Eq. (11.1.5) as
$$
[ D ] = \frac {3 0 \times 1 0 ^ {6}}{(1 + 0 . 3) (1 - 0 . 6)} \left[ \begin{array}{c c c c c c} 0. 7 & 0. 3 & 0. 3 & 0 & 0 & 0 \\ & 0. 7 & 0. 3 & 0 & 0 & 0 \\ & & 0. 7 & 0 & 0 & 0 \\ & & & 0. 2 & 0 & 0 \\ & & & & 0. 2 & 0 \\ \text { Symmetry } & & & & & 0. 2 \end{array} \right] \tag {11.2.29}
$$
Finally, substituting the results from Eqs. (11.2.24), (11.2.28), and (11.2.29) into Eq. (11.2.18), we obtain the element stiffness matrix. The resulting $1 2 \times 1 2$ matrix, being cumbersome to obtain by longhand calculations, is best left for the computer to evaluate.
<!-- source-page: 519 -->
# 11.3 Isoparametric Formulation
We now describe the isoparametric formulation of the stiffness matrix for some threedimensional hexahedral elements.
# Linear Hexahedral Element
The basic (linear) hexahedral element [Figure 115(a)] now has eight corner nodes with isoparametric natural coordinates given by $s , t ,$ and $z ^ { \prime }$ as shown in Figure 115(b). The element faces are now defined by $s , t , z ^ { \prime } = \pm 1$ . (We use s; t, and $z ^ { \prime }$ for the coordinate axes because they are probably simpler to use than Greek letters $\xi , \eta _ { ; }$ , and z).
The formulation of the stiffness matrix follows steps analogous to the isoparametric formulation of the stiffness matrix for the plane element in Chapter 10.
The function use to describe the element geometry for x in terms of the generalized degrees of freedom $\boldsymbol { a } _ { i } { } ^ { \prime } \boldsymbol { \mathbf { s } }$ is
$$
x = a _ {1} + a _ {2} s + a _ {3} t + a _ {4} z ^ {\prime} + a _ {5} s t + a _ {6} t z ^ {\prime} + a _ {7} z ^ {\prime} s + a _ {8} s t z ^ {\prime} \tag {11.3.1}
$$
The same form as Eq. (11.3.1) is used for y and z as well. Just start with a9 through $a _ { 1 6 }$ for y and $a _ { 1 7 }$ through $a _ { 2 4 }$ for z.
First, we expand Eq. (10.3.4) to include the z coordinate as follows:
$$
\left\{ \begin{array}{l} x \\ y \\ z \end{array} \right\} = \sum_ {i = 1} ^ {8} \left(\left[ \begin{array}{c c c} N _ {i} & 0 & 0 \\ 0 & N _ {i} & 0 \\ 0 & 0 & N _ {i} \end{array} \right] \left\{ \begin{array}{l} x _ {i} \\ y _ {i} \\ z _ {i} \end{array} \right\}\right) \tag {11.3.2}
$$
where the shape functions are now given by
$$
N _ {i} = \frac {(1 + s s _ {i}) (1 + t t _ {i}) (1 + z ^ {\prime} z _ {i} ^ {\prime})}{8} \tag {11.3.3}
$$
with $s _ { i } , t _ { i } , z _ { i } ^ { \prime } = \pm 1$ and $i = 1 , 2 , \dots , 8$ . For instance,
$$
N _ {1} = \frac {(1 + s s _ {1}) (1 + t t _ {1}) (1 + z ^ {\prime} z _ {1} ^ {\prime})}{8} \tag {11.3.4}
$$
![](images/page-519_813e3872516e9837013e5a839e6478911a42e6b46fef16c49b1ba33f52fad889.jpg)
<details>
<summary>text_image</summary>
(x₃, y₃, z₃)
3
(x₇, y₇, z₇)
7
(x₄, y₄, z₄)
4
(x₈, y₈, z₈)
8
2
6
(x₂, y₂, z₂)
1
(x₁, y₁, z₁)
5
(x₅, y₅, z₅)
6
(x₆, y₆, z₆)
z
y
x
</details>
(a)
![](images/page-519_3a8c5a86532cda930ccaa01dadd1a114563c4314a26b40cd4de3d257baaa9b73.jpg)
<details>
<summary>text_image</summary>
(-1, 1, -1)
(-1, 1, 1)
(-1, 1, 1)
(-1, -1, -1)
(-1, -1, 1)
1
3
4
(1, 1, 1)
8
2
5
(1, -1, 1)
7
6
s
t
z'
</details>
(b)
Figure 115 Linear hexahedral element (a) in a global-coordinate system and (b) element mapped into a cube of two unit sides placed symmetrically with natural or intrinsic coordinates s, t, and $z ^ { \prime }$
<!-- source-page: 520 -->
and when, from Figure $1 1 - 5 , s _ { 1 } = - 1 , t _ { 1 } = - 1$ , and $z _ { 1 } ^ { \prime } = + 1$ are used in Eq. (11.3.4), we obtain
$$
N _ {1} = \frac {(1 - s) (1 - t) (1 + z ^ {\prime})}{8} \tag {11.3.5}
$$
Explicit forms of the other shape functions follow similarly. The shape functions in Eq. (11.3.3) map the natural coordinates $( s , t , z ^ { \prime } )$ of any point in the element to any point in the global coordinates $( x , y , z )$ when used in Eq. (11.3.2). For instance, when we let $i = 8$ and substitute $s _ { 8 } = 1 , t _ { 8 } = 1 , z _ { 8 } ^ { \prime } = 1$ into Eq. (11.3.3) for $N _ { 8 } .$ , we obtain
$$
N _ {8} = \frac {(1 + s) (1 + t) (1 + z ^ {\prime})}{8}
$$
Similar expressions are obtained for the other shape functions. Then evaluating all shape functions at node 8, we obtain $N _ { 8 } = 1$ , and all other shape functions equal zero at node 8. [From Eq. (11.3.5), we see that $N _ { 1 } = 0$ when $s = 1$ or when $t = 1 .$ Therefore, using Eq. (11.3.2), we obtain
$$
x = x _ {8} \quad y = y _ {8} \quad z = z _ {8}
$$
We see that indeed Eq. (11.3.2) maps any point in the natural-coordinate system to one in the global-coordinate system.
The displacement functions in terms of the generalized degrees of freedom are of the same form as used to describe the element geometry given by Eq. (11.3.1). Therefore we use the same shape functions as used to describe the geometry (Eq. (11.3.3)). The displacement functions now include w such that
$$
\left\{ \begin{array}{l} u \\ v \\ w \end{array} \right\} = \sum_ {i = 1} ^ {8} \left(\left[ \begin{array}{c c c} N _ {i} & 0 & 0 \\ 0 & N _ {i} & 0 \\ 0 & 0 & N _ {i} \end{array} \right] \left\{ \begin{array}{l} u _ {i} \\ v _ {i} \\ w _ {i} \end{array} \right\}\right) \tag {11.3.6}
$$
with the same shape functions as defined by Eq. (11.3.3) and the size of the shape function matrix now $3 \times 2 4$ .
The Jacobian matrix [Eq. (10.3.10)] is now expanded to
$$
[ J ] = \left[ \begin{array}{c c c} \frac {\partial x}{\partial s} & \frac {\partial y}{\partial s} & \frac {\partial z}{\partial s} \\ \frac {\partial x}{\partial t} & \frac {\partial y}{\partial t} & \frac {\partial z}{\partial t} \\ \frac {\partial x}{\partial z ^ {\prime}} & \frac {\partial y}{\partial z ^ {\prime}} & \frac {\partial z}{\partial z ^ {\prime}} \end{array} \right] \tag {11.3.7}
$$
Because the strain/displacement relationships, given by Eq. (11.2.11) in terms of global coordinates, include differentiation with respect to z, we expand Eq. (10.3.9)