summaryrefslogtreecommitdiff
path: root/source/know/concept/cauchy-stress-tensor/index.md
blob: c56d9972f53258cb82c8dbf40fc2a42cd72d50fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
---
title: "Cauchy stress tensor"
date: 2021-03-31
categories:
- Physics
- Continuum physics
layout: "concept"
---

Roughly speaking, **stress** is the solid equivalent of fluid pressure:
it describes the net force acting on an imaginary partition surface inside a solid.
However, unlike fluids at rest,
where the pressure is always perpendicular to such a surface,
solid stress is usually much more complicated.

Formally, the concept of stress can be applied to any continuum
(not just solids), including fluids,
but it is arguably most intuitive for solids.


## Definition

In the solid, imagine an infinitesimal cube
whose sides, $\dd{S}_x$, $\dd{S}_y$ and $\dd{S}_z$,
are orthogonal to the $x$, $y$ and $z$ axes, respectively.
There is a force $\dd{\va{F}}_1$ acting on $\dd{S}_x$,
$\dd{\va{F}}_2$ on $\dd{S}_y$, and $\dd{\va{F}}_3$ on $\dd{S}_z$.
Then we can decompose each of these forces, for example:

$$\begin{aligned}
    \dd{\va{F}}_1
    = \va{e}_x F_{x1} + \va{e}_y F_{y1} + \va{e}_z F_{z1}
\end{aligned}$$

Where $\va{e}_x$, $\va{e}_y$ and $\va{e}_z$ are the basis unit vectors.
If we divide each of the force components by the area $\dd{S}_x$
(like in a fluid, in order to get the pressure),
we find the stresses $\sigma_{xx}$, $\sigma_{yx}$ and $\sigma_{zx}$
that are being "felt" by the $x$ surface element $\dd{S}_x$:

$$\begin{aligned}
    \dd{\va{F}}_1
    = \big( \va{e}_x \sigma_{xx}  + \va{e}_y \sigma_{yx} + \va{e}_z \sigma_{zx} \big) \dd{S}_x
\end{aligned}$$

The perpendicular component $\sigma_{xx}$ is called a **tensile stress**,
and its sign is always chosen so that a positive value corresponds to a tension,
i.e. the $x$-side is pulled away from the rest of the cube.
The tangential components $\sigma_{yx}$ and $\sigma_{zx}$
are called **shear stresses**.

Evidently, the other two forces $\dd{\va{F}}_2$ and $\dd{\va{F}}_3$
can be decomposed in the exact same way,
yielding nine stress components in total:

$$\begin{aligned}
    \dd{\va{F}}_2
    &= \va{e}_x F_{x2} + \va{e}_y F_{y2} + \va{e}_z F_{z2}
    = \big( \va{e}_x \sigma_{xy}  + \va{e}_y \sigma_{yy} + \va{e}_z \sigma_{zy} \big) \dd{S}_y
    \\
    \dd{\va{F}}_3
    &= \va{e}_x F_{x3} + \va{e}_y F_{y3} + \va{e}_z F_{z3}
    = \big( \va{e}_x \sigma_{xz}  + \va{e}_y \sigma_{yz} + \va{e}_z \sigma_{zz} \big) \dd{S}_z
\end{aligned}$$

The total force $\dd{\va{F}}$ on the entire infinitesimal cube
is simply the sum of the previous three:

$$\begin{aligned}
    \dd{\va{F}}
    = \dd{\va{F}}_1 + \dd{\va{F}}_2 + \dd{\va{F}}_3
\end{aligned}$$

We can then decompose $\dd{\va{F}}$ into its net components
along the $x$, $y$ and $z$ axes:

$$\begin{aligned}
    \dd{\va{F}}
    = \va{e}_x \dd{F}_x + \va{e}_y \dd{F}_y + \va{e}_z \dd{F}_z
\end{aligned}$$

From the preceding equations, we find that these components are given by:

$$\begin{aligned}
    \dd{F}_x
    &= \sigma_{xx} \dd{S}_x + \sigma_{xy} \dd{S}_y + \sigma_{xz} \dd{S}_z
    \\
    \dd{F}_y
    &= \sigma_{yx} \dd{S}_x + \sigma_{yy} \dd{S}_y + \sigma_{yz} \dd{S}_z
    \\
    \dd{F}_z
    &= \sigma_{zx} \dd{S}_x + \sigma_{zy} \dd{S}_y + \sigma_{zz} \dd{S}_z
\end{aligned}$$

We can write this much more compactly using index notation,
where $i, j \in \{x, y, z\}$:

$$\begin{aligned}
    \boxed{
        \dd{F}_i
        = \sum_{j} \sigma_{ij} \dd{S}_j
    }
\end{aligned}$$

The stress components $\sigma_{ij}$ can be written as a second-rank tensor
(i.e. a matrix that transforms in a certain way),
called the **Cauchy stress tensor** $\hat{\sigma}$:

$$\begin{aligned}
    \boxed{
        \hat{\sigma} \equiv
        \{ \sigma_{ij} \} =
        \begin{pmatrix}
            \sigma_{xx} & \sigma_{xy} & \sigma_{xz} \\
            \sigma_{yx} & \sigma_{yy} & \sigma_{yz} \\
            \sigma_{zx} & \sigma_{zy} & \sigma_{zz}
        \end{pmatrix}
    }
\end{aligned}$$

Then $\dd{\va{F}}$ is written even more compactly
using the dot product, with $\dd{\va{S}} = (\dd{S}_x, \dd{S}_y, \dd{S}_z)$:

$$\begin{aligned}
    \boxed{
        \dd{\va{F}}
        = \hat{\sigma} \cdot \dd{\va{S}}
    }
\end{aligned}$$

All forces on the cube's sides can be written in this form.
**Cauchy's stress theorem** states that the force on *any*
surface element inside the solid can be written like this,
simply by projecting it onto the $x$, $y$ and $z$ zero-planes
to get the areas $\dd{S}_x$, $\dd{S}_y$ and $\dd{S}_z$.

Note that for fluids, the pressure $p$ was defined
such that $\dd{\va{F}} = - p \dd{\va{S}}$.
If we wanted to define $p$ for solids in the same way,
we would need $\hat{\sigma}$ to be diagonal *and*
all of its diagonal elements to be identical.
Since this is almost never the case,
the scalar pressure is ill-defined in solids.


## Equilibrium

The total force $\va{F}$ acting on a (non-infinitesimal) volume $V$ of the solid
is given by the sum of the total body force $\va{F}_b$ and total surface force $\va{F}_s$,
where $\vec{f}$ is the body force density:

$$\begin{aligned}
    \va{F}
    = \va{F}_b + \va{F}_s
    = \int_V \va{f} \dd{V} + \oint_S \hat{\sigma} \cdot \dd{\va{S}}
\end{aligned}$$

We can rewrite the surface term using the divergence theorem,
where $\top$ is the transpose:

$$\begin{aligned}
    \va{F}_s
    = \oint_S \hat{\sigma} \cdot \dd{\va{S}}
    = \int_V \nabla \cdot \hat{\sigma}^{\top} \dd{V}
\end{aligned}$$

For some people, this equation may be more enlightening in index notation,
where $\nabla_j \equiv \ipdv{}{x_j}$ is the partial derivative with respect to the $j$th coordinate:

$$\begin{aligned}
    F_{s, i}
    = \oint_S \sum_j \sigma_{ij} \dd{S_j}
    = \int_V \sum_{j} \nabla_{\!j} \sigma_{ij} \dd{V}
\end{aligned}$$

In any case, the total force $\va{F}$ can then be expressed
as a single volume integral over $V$:

$$\begin{aligned}
    \va{F}
    = \int_V \va{f} \dd{V} + \int_V \nabla \cdot \hat{\sigma}^{\top} \dd{V}
    = \int_V \va{f^*} \dd{V}
\end{aligned}$$

Where we have defined the **effective force density** $\va{f^*}$ as follows:

$$\begin{aligned}
    \boxed{
        \va{f^*}
        = \va{f} + \nabla \cdot \hat{\sigma}^{\top}
    }
\end{aligned}$$

The volume $V$ is in **mechanical equilibrium** if the net force acting on it amounts to zero:

$$\begin{aligned}
    \va{F}
    = 0
\end{aligned}$$

However, because $V$ is abritrary, the equilibrium condition for the whole solid is in fact:

$$\begin{aligned}
    \boxed{
        \va{f^*}
        = 0
    }
\end{aligned}$$

This is reminiscent of the equilibrium condition of a fluid
(see [hydrostatic pressure](/know/concept/hydrostatic-pressure/)).
Note that it is a set of coupled differential equations,
which needs boundary conditions at the object's surface.
Newton's third law states that the two sides of the boundary
exert opposite forces on each other,
so the boundary condition is continuity of the **stress vector**
$\hat{\sigma} \cdot \va{n}$:

$$\begin{aligned}
    \boxed{
        \hat{\sigma}_{\mathrm{outer}} \cdot \va{n}
        = - \hat{\sigma}_{\mathrm{inner}} \cdot \va{n}
    }
\end{aligned}$$

Where the normal of the outer surface is $\va{n}$,
and the normal of the inner surface is $-\va{n}$.
Note that the above equation does *not* mean
that $-\hat{\sigma}_{\mathrm{inner}}$ equals $\hat{\sigma}_{\mathrm{outer}}$:
the tensors are allowed to be very different,
as long as the stress vector's three components are equal.


## References
1.  B. Lautrup,
    *Physics of continuous matter: exotic and everyday phenomena in the macroscopic world*, 2nd edition,
    CRC Press.