summaryrefslogtreecommitdiff
path: root/content/know/concept/rayleigh-plateau-instability/index.pdc
blob: f7e10d4d0968eb6c581bf97b7a536e2bbac18381 (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
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
---
title: "Rayleigh-Plateau instability"
firstLetter: "R"
publishDate: 2021-03-10
categories:
- Physics
- Fluid mechanics
- Perturbation

date: 2021-03-10T09:13:22+01:00
draft: false
markup: pandoc
---

# Rayleigh-Plateau instability

In fluid mechanics, the **Rayleigh-Plateau instability** causes
a column of liquid to break up due to surface tension.
It is the reason why a smooth stream of water (e.g. from a tap)
eventually breaks into droplets as it falls.

Consider an infinitely long cylinder of liquid
with radius $R_0$ and surface tension $\alpha$.
In this case, the Young-Laplace equation states that its internal pressure
is a constant $p_i$ expressed as follows,
where $p_o$ is the exterior air pressure:

$$\begin{aligned}
    p_i
    = p_o + \frac{\alpha}{R_0}
\end{aligned}$$

We assume that the liquid is at rest.
Alternatively, if it is moving in the $z$-direction,
we can also let our coordinate system travel at the same speed.
Anyway, for convenience,
we neglect any motion or acceleration of the liquid column.

Next, we add a perturbation $p_\epsilon$, assumed to be small,
to the internal pressure, which we allow to vary with time and space.
We use cylindrical coordinates:

$$\begin{aligned}
    p(r, \phi, z, t) = p_i + p_\epsilon(r, \phi, z, t)
\end{aligned}$$

This internal pressure difference will cause the liquid to start to flow.
We express the flow velocity as a vector $\vec{u} = (u_r, u_\phi, u_z)$,
which obeys the following Euler equations:

$$\begin{aligned}
    \pdv{\vec{u}}{t} + (\vec{u} \cdot \nabla) \vec{u}
    = - \frac{1}{\rho} \nabla p
    \qquad \qquad
    \nabla \cdot \vec{u} = 0
\end{aligned}$$

The latter equation states that the fluid is incompressible.
We assume that $\vec{u}$ is so small that we can ignore
the quadratic term in the former equation, leaving:

$$\begin{aligned}
    \pdv{\vec{u}}{t}
    = - \frac{1}{\rho} \nabla p_\epsilon
\end{aligned}$$

Taking the divergence and using incompressibility
yields the Laplace equation for $p_\epsilon$:

$$\begin{aligned}
    - \frac{1}{\rho} \nabla^2 p_\epsilon
    = \pdv{t} (\nabla \cdot \vec{u})
    = 0
    \qquad \implies \qquad
    \nabla^2 p_\epsilon = 0
\end{aligned}$$

We write out the Laplacian in cylindrical coordinates
to get the following problem:

$$\begin{aligned}
    \nabla^2 p_\epsilon
    = \pdv[2]{p_\epsilon}{r} + \frac{1}{r} \pdv{p_\epsilon}{r} + \pdv[2]{p_\epsilon}{z} + \frac{1}{r^2} \pdv[2]{p_\epsilon}{\phi}
    = 0
\end{aligned}$$

Finally, we add a perturbation $R_\epsilon \ll R_0$
to the radius of the surface of the liquid column:

$$\begin{aligned}
    R(z, t)
    = R_0 + R_\epsilon(z, t)
\end{aligned}$$

Note that there is no dependence on the angle $\phi$;
the deformation is assumed to be symmetric.
Imagine the cross-section of the cylinder,
and convince yourself that all asymmetric deformations
will be removed by surface tension, which prefers a circular shape.
We thus assume that $R_\epsilon$, $p_\epsilon$ and $\vec{u}$
do not depend on $\phi$.
The Laplace equation then reduces to:

$$\begin{aligned}
    \nabla^2 p_\epsilon
    = \pdv[2]{p_\epsilon}{r} + \frac{1}{r} \pdv{p_\epsilon}{r} + \pdv[2]{p_\epsilon}{z}
    = 0
\end{aligned}$$

Before solving this, we need boundary conditions.
The radial fluid velocity $u_r$ (the $r$-component of $\vec{u}$)
at the column surface $r\!=\!R$ is the *material derivative* of $R_\epsilon$:

$$\begin{aligned}
    u_r(r\!=\!R)
    = \frac{\mathrm{D} R_\epsilon}{\mathrm{D} t}
    = \pdv{R_\epsilon}{t} + u_z(r\!=\!R) \pdv{R_\epsilon}{z}
\end{aligned}$$

We linearize this by assuming that the deformation $R_\epsilon$
varies slowly with respect to $z$:

$$\begin{aligned}
    u_r(r\!=\!R)
    \approx \pdv{R_\epsilon}{t}
\end{aligned}$$

Meanwhile, we can write the boundary condition of the pressure $p$
in two ways, respectively from the Young-Laplace equation
and the definition of the perturbation $p_\epsilon$:

$$\begin{aligned}
    p(r\!=\!R)
    = p_o + \alpha \Big( \frac{1}{R_1} + \frac{1}{R_2} \Big)
    \qquad \quad
    p(r\!=\!R)
    = p_i + p_\epsilon(r\!=\!R)
\end{aligned}$$

Where $R_1$ and $R_2$ are the principal curvature radii of the column surface.
These two expressions must be equivalent,
so, by inserting the definition of $p_i = p_o + \alpha / R_0$:

$$\begin{aligned}
    p_o + \alpha \Big( \frac{1}{R_1} + \frac{1}{R_2} \Big)
    %= p_i + p_\epsilon(r\!=\!R)
    = p_o + \frac{\alpha}{R_0} + p_\epsilon(r\!=\!R)
\end{aligned}$$

Isolating this equation for $p_\epsilon$ yields the desired boundary condition:

$$\begin{aligned}
    p_\epsilon(r\!=\!R)
    = \alpha \Big( \frac{1}{R_1} + \frac{1}{R_2} \Big) - \frac{\alpha}{R_0}
\end{aligned}$$

The principal radius around the circumference is $R_0 + R_\epsilon$,
while the curvature along the length can be approximated
using the second $z$-derivative of $R_\epsilon$:

$$\begin{aligned}
    p_\epsilon(r\!=\!R)
    \approx \alpha \Big( \frac{1}{R_0 + R_\epsilon} - \pdv[2]{R_\epsilon}{z} \Big) - \frac{\alpha}{R_0}
\end{aligned}$$

This can be simplified a bit by using the assumption that $R_\epsilon$ is small:

$$\begin{aligned}
    p_\epsilon(r\!=\!R)
    \approx - \alpha \Big( \frac{R_\epsilon}{R_0^2 + R_\epsilon} + \pdv[2]{R_\epsilon}{z} \Big)
    \approx - \alpha \Big( \frac{R_\epsilon}{R_0^2} + \pdv[2]{R_\epsilon}{z} \Big)
\end{aligned}$$

At last, we have all the necessary boundary condition.
We now make the following ansatz,
where $k$ is the wavenumber
and $\sigma$ describes exponential growth or decay:

$$\begin{aligned}
    \vec{u}(r, z, t)
    &= \vec{u}(r) \exp(\sigma t) \cos(k z)
    \\
    p_\epsilon(r, z, t)
    &= p_\epsilon(r) \exp(\sigma t) \cos(k z)
    \\
    R_\epsilon(z, t)
    &= R_\epsilon \exp(\sigma t) \cos(k z)
\end{aligned}$$

This is justified by the fact that we can Fourier-expand any perturbation;
this ansatz is simply the dominant term of the resulting series.

Inserting this into the Laplace equation for $p_\epsilon$ yields
Bessel's modified equation of order zero:

$$\begin{aligned}
    \dv[2]{p_\epsilon}{r} + \frac{1}{r} \dv{p_\epsilon}{r} - k^2 p_\epsilon
    = 0
\end{aligned}$$

This has well-known solutions: the modified Bessel functions $I_0$ and $K_0$.
However, because $K_0$ diverges at $r = 0$, we must set the constant $B = 0$:

$$\begin{aligned}
    p_\epsilon(r)
    = A I_0(kr) + B K_0(kr)
    = A I_0(kr)
\end{aligned}$$

Inserting the ansatz into the boundary condition for $p_\epsilon$
gives us the following relation:

$$\begin{aligned}
    p_\epsilon(r\!=\!R)
    = - \alpha R_\epsilon \Big( \frac{1}{R_0^2} + k^2 \Big)
    = A I_0(k R)
\end{aligned}$$

Meanwhile, the linearized Euler equation governing $\vec{u}$
states that $u_r$ is given by:

$$\begin{aligned}
    \sigma u_r
    = - \frac{1}{\rho} \dv{p_\epsilon}{r}
    = - \frac{A k}{\rho} I_0'(kr)
\end{aligned}$$

Now that we have an expression for $u_r$,
we can revisit its boundary condition:

$$\begin{aligned}
    u_r(r\!=\!R)
    = - \frac{A k}{\rho \sigma} I_0'(k R)
    = \sigma R_\epsilon
\end{aligned}$$

Isolating this for $R_\epsilon$ and inserting it
into the boundary condition for $p_\epsilon$ yields:

$$\begin{aligned}
    p_\epsilon(r\!=\!R)
    = A I_0(kR)
    = \alpha \Big( \frac{1}{R_0^2} + k^2 \Big) \Big( \frac{A k}{\rho \sigma^2} I_0'(k R) \Big)
\end{aligned}$$

Isolating this for the exponential growth/decay parameter $\sigma$
gives us the desired result,
where we have also used the fact that $R \approx R_0$:

$$\begin{aligned}
    \sigma^2
    = \frac{\alpha k}{\rho R_0^2} (1 - k^2 R_0^2) \frac{I_0'(kR_0)}{I_0(kR_0)}
\end{aligned}$$

To get exponential growth (i.e. instability), we need $\sigma^2 > 0$.
Since $(1 - k^2 R_0^2)$ is the only factor that can be negative,
we need $k R_0 < 1$, leading us to the **critical wavelength** $\lambda_c$:

$$\begin{aligned}
    \boxed{
        \lambda_c
        = \frac{2 \pi}{k}
        = 2 \pi R_0
    }
\end{aligned}$$

If the perturbation wavelength $\lambda$ is larger than $\lambda_c$,
surface tension creates a higher pressure in the narrower sections
compared to the wider ones, thereby pumping the liquid into the bulges,
further increasing their size until they become droplets.

Else, if $\lambda < \lambda_c$, the tighter curvatures
dominate the action of surface tension,
which will then try to smoothen the surface by shrinking the bulges
and widening the constrictions.
In other words, the liquid column is stable in this case.



## References
1.  B. Lautrup,
    *Physics of continuous matter: exotic and everyday phenomena in the macroscopic world*, 2nd edition,
    CRC Press.
2.  T. Bohr, A. Anderson,
    *The Rayleigh-Plateau instability of a liquid column*, 2020,
    unpublished.