Mit12 006jf22 Lec20-21
Mit12 006jf22 Lec20-21
D. H. Rothman, MIT
November 9, 2022
Contents
1 Lorenz equations 1
1.1 Physical problem and parameterization . . . . . . . . . . . . . 2
1.2 Equations of motion . . . . . . . . . . . . . . . . . . . . . . . 4
1.2.1 Momentum equation . . . . . . . . . . . . . . . . . . . 4
1.2.2 Temperature equation . . . . . . . . . . . . . . . . . . 5
1.3 Dimensionless equations . . . . . . . . . . . . . . . . . . . . . 7
1.4 Stability . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
1.5 Dissipation . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
1.6 Numerical solutions . . . . . . . . . . . . . . . . . . . . . . . . 13
1.7 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
1 Lorenz equations
References:[1–4]
In this lecture we derive the Lorenz equations, and study their behavior.
1
1.1 Physical problem and parameterization
hot
z
(T0−T3) (T0+T 3) g
q
a φ
T0+T 2
T0+T 1 (external)
2
External temperature TE varies linearly with height:
TE = T0 − T1 z/a = T0 + T1 cos φ (1)
Let a be the radius of the loop. Assume that the tube’s inner radius is much
smaller than a.
The temperature T (φ) could in reality vary with much complexity. Here we
assume it depends on only two parameters, T2 and T3 , such that
T − T0 = T2 cos φ + T3 sin φ. (3)
Thus the temperature difference is
3
1.2 Equations of motion
• ~u → q
• ~u · ∇~u → 0 since ∂q/∂φ = 0.
1 ∂p
• ∇p → a ∂φ by transformation to polar coordinates.
• A factor of sin φ modifies the buoyancy force F = gα(T − T0 ) to obtain
the tangential component:
F
Fsinφ
φ φ
Now substitute the expression for T − T0 (equation (3)) into the momentum
equation (4):
∂q 1 ∂p
=− + gα(T2 cos φ + T3 sin φ) sin φ − Γq
∂t ρa ∂φ
4
Integrate once round the loop, with respect to φ, to eliminate the pressure
term: Z 2π
∂q
2π = gα (T2 cos φ sin φ + T3 sin2 φ)dφ − 2πΓq.
∂t 0
The pressure term vanished because
Z 2π
∂p
dφ = 0,
0 ∂φ
i.e., there is no net pressure gradient around the loop.
and Z 2π
sin2 φ dφ = π.
0
Then, after dividing by 2π, the momentum equation is
dq gαT3
= −Γq + (5)
dt 2
where we have written dq/dt instead of ∂q/∂t since ∂q/∂φ = 0.
We now seek an equation for changes in the temperature T . The full tem-
perature equation for convection is
∂T ~ = κ∇2 T
+ ~u · ∇T
∂t
where κ is the heat diffusivity.
5
We approximate the temperature equation by considering only cross-sectional
averages within the loop:
∂T q ∂T
+ = K(TE − T ) (6)
∂t a ∂φ
Here we have made the following assumptions:
Since the temperature equation must hold for all φ, we may separate sin φ
terms and cos φ terms to obtain
dT3 qT2
sin φ : − = −KT3
dt a
dT2 qT3
cos φ : + = K(T1 − T2 )
dt a
6
These two equations, together with the momentum equation (5), are the three
o.d.e.’s that govern the dynamics.
These three equations are essentially the same as Lorenz’s celebrated system,
but with one difference. Lorenz’s system contained a factor b in the last
equation:
dZ
= −bZ + XY
dt
The parameter b is related to the horizontal wavenumber of the convective
motions.
1.4 Stability
We proceed to find the fixed points and evaluate their stability. For now, we
remain with the loop equations (b = 1).
8
Note that the second (convective) solution exists only for r > 1. Thus we
see that, effectively, r = Ra/Rac , i.e., the convective instability occurs when
Ra > Rac .
Let
X∗
X
~ = Y ,
φ φ∗ = Y ∗
Z Z∗
Then the Jacobian matrix is
−P +P 0
∂ φ̇i
= r − Z ∗ −1 −X ∗
∂φj
φ∗ Y∗ X ∗ −1
The eigenvalues σ are found by equating the following determinant to zero:
−(σ + P ) P 0
r − Z ∗ −(σ + 1) −X ∗ =0
∗ ∗
Y X −(σ + 1)
−(σ + P ) P 0
r −(σ + 1) 0 = 0.
0 0 −(σ + 1)
This yields
−(σ + P )(σ + 1)2 + rP (σ + 1) = 0
or
(σ + 1) σ 2 + σ(P + 1) − P (r − 1) = 0.
σ1 = −1
p
−(P + 1) (P + 1)2 + 4P (r − 1)
σ2,3 = ±
2 2
9
As usual,
Therefore X ∗ = Y ∗ = Z ∗ = 0 is
√
We now√calculate the stability of the second fixed point, X ∗ = ± r − 1,
Y ∗ = ± r − 1, Z ∗ = r − 1.
σ 3 + σ 2 (P + 2) + σ(P + r) + 2P (r − 1) = 0
σ 3 + Aσ 2 + Bσ + C = 0 (7)
• 3 real roots; or
• 1 real root and 2 complex conjugate roots.
10
Rearranging equation (7),
σ (σ 2 + B) = |−Aσ{z
2
− C} < 0.
| {z }
positive real negative real
Consequently any real σ < 0, and we need only consider the complex roots
(since only they may yield Re{σ} > 0).
σ2,3 = α ± iβ.
Then
(σ − σ1 )(σ − α − iβ)(σ − α + iβ) = 0
and
A = −(σ1 + 2α)
B = 2ασ1 + α2 + β 2
C = −σ1 (α2 + β 2 )
A little trick:
C − AB = 2α (σ1 + α)2 + β 2 .
| {z }
positive real
2P (r − 1) − (P + 2)(P + r) > 0, .
Rearranging,
r(2P − P − 2) > 2P + P (P + 2)
and we find that instability occurs for
P (P + 4)
r > rc = .
P −2
This condition, which exists only for P > 2, gives the critical value of r for
which steady circulation becomes unstable.
11
The complex-conjugate eigenvalues with a positive real part at r > rc implies
that a Hopf bifurcation occurs. Further analysis shows that it is subcritical.
Loosely speaking, this transition from the stable convective state is analogous
to a transition to turbulence.
1.5 Dissipation
We now study the “full” equations, with the parameter b, such that
Ż = −bZ + XY, b > 0.
The rate of volume contraction is given by the Lie derivative
1 dV X ∂ φ̇i
= , i = 1, 2, 3, φ1 = X, φ2 = Y, φ3 = Z.
V dt i
∂φ i
P = 10
b = 8/3 (corresponding to the first wavenumber to go unstable).
For the full Lorenz system, instability of the convective state occurs for
P (P + 3 + b)
r > rc =
P −1−b
For P=10, b=8/3, one has
rc = 24.74.
In the following examples, r = 28.
15
10
5
t
102 104 106 108 110
-5
-10
-15
13
y(t)
20
10
t
102 104 106 108 110
-10
-20
z(t)
45
40
35
30
25
20
15
10
t
102 104 106 108 110
Projection in the Z-Y plane, showing oscillations about the unstable convec-
tive fixed points, and flips after maxima of Z:
14
z(t)
45
40
35
30
25
20
15
10
y(t)
-20 -10 10 20
20
10
x
-15 -10 -5 5 10 15
-10
-20
15
• These are really closely packed sheets, with (as we shall see) a fractal
dimension of 2.06.
• d ' 2 results from the strong dissipation.
Since d ' 2, we can construct, as did Lorenz, the first return map
zk+1 = f (zk ),
45
40
35
30
zmax (k)
30 35 40 45
0.1
10-4
t
5 10 15 20 25 30
Note that saturation occurs when the distance is roughly equal to the size of
the attractor.
1.7 Conclusion
16
Because the simpler system exhibits deterministic chaos, surely the Navier-
Stokes equations contain sufficient complexity to do so also.
A striking conclusion is that only a few (here, three) degrees of freedom are
required to exhibit this complexity. Previous explanations of transitions to
turbulence (e.g., Landau) had invoked a successive introduction of a large
number of degrees of freedom.
References
1. Lorenz, E. N. Deterministic aperiodic flow. J. Atmos. Sci. 20, 130–141
(1963).
2. Bergé, P., Pomeau, Y. & Vidal, C. Order within Chaos: Towards a De-
terministic Approach to Turbulence (John Wiley and Sons, New York,
1984).
3. Tritton, D. J. Physical Fluid Dynamics, 2nd edition (Clarendon Press,
Oxford, 1988).
4. Strogatz, S. Nonlinear Dynamics and Chaos: With Applications to Physics,
Biology, Chemistry, and Engineering (CRC Press, 2018).
17
MIT OpenCourseWare
https://ocw.mit.edu
For information about citing these materials or our Terms of Use, visit: https://ocw.mit.edu/terms.