Skip to content

Commit 850d6d4

Browse files
committed
Fix: error in the MHD eqs
1 parent f1380e1 commit 850d6d4

1 file changed

Lines changed: 9 additions & 27 deletions

File tree

contents/fluid.qmd

Lines changed: 9 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,9 @@ following the individual trajectories. Brute-force computer simulation can play
2525
| $p_s$ | scalar pressure |
2626
| $\mathbf{u}_s$ | flow velocity |
2727
| $\mathbf{J}_s$ | current density ($=\rho_s^\ast \mathbf{u}_s$) |
28-
| $e_s$ | internal energy |
29-
| $\phi_s$ | potential energy |
30-
| $\epsilon_s$ | total energy ($=e_s+\frac{\mathbf{u_s}^2}{2}+\phi_s$) |
28+
| $\e_s$ | total energy density ($=\frac{\rho_s\mathbf{u_s}^2}{2} + \frac{p_s}{\gamma - 1}$) |
3129

3230
where $s$ denotes the species (e.g. $\text{H}^+, \text{O}^+$). Do not confuse $\sigma$ here with conductivity. Then the total quantities without subscripts can be written as
33-
3431
$$
3532
\begin{aligned}
3633
&n=\sum_s{n_s} \\
@@ -43,12 +40,11 @@ $$
4340
&\mathbf{J}=\sum_s{\mathbf{J}_s}=\sum_s{\sigma_s \mathbf{u}_s}=\sum_s{\sigma_s}\mathbf{v}_s+\mathbf{u}\sum_s{\sigma_s}=\sum_s{\sigma_s \mathbf{v}_s}+\sigma\mathbf{u}=\mathbf{J}_{cd}+ \mathbf{J}_{cv} \\
4441
&\quad \text{where } \mathbf{J}_{cd}=\sum_s{\sigma_s}\mathbf{v}_s \text{ is the conduction current density} \\
4542
&\quad \quad \quad \quad\mathbf{J}_{cv}=\sigma \mathbf{u} \text{ is the convection current density} \\
46-
&\epsilon=\frac{1}{\rho}\sum_s{\rho_s\epsilon_s}=e+\frac{u^2}{2}+\phi \text{ (internal + kinetic + potential)}
43+
&e=\frac{1}{\rho}\sum_s{\rho_s e_s} + e_f =\frac{\rho u^2}{2} + \frac{p}{\gamma - 1} + e_f \text{ (kinetic + internal + field energy)}
4744
\end{aligned}
4845
$$
4946

5047
It can be easily verified that
51-
5248
$$
5349
\sum_s{\rho_s\mathbf{v}_s}=0
5450
$$
@@ -62,7 +58,6 @@ We have 5 independent unknown quantities for each species: $n_j, \mathbf{u}_j, p
6258
### Maxwell's Equations
6359

6460
In vacuum:
65-
6661
$$
6762
\begin{aligned}
6863
\epsilon_0 \nabla\cdot\mathbf{E} &= \sigma \\
@@ -73,7 +68,6 @@ $$
7368
$$ {#eq-maxwell_vacuum}
7469
7570
In a medium:
76-
7771
$$
7872
\begin{aligned}
7973
\nabla\cdot\mathbf{D} &= \sigma \\
@@ -106,7 +100,6 @@ $$
106100
$$
107101
108102
In the vacuum Ampère's law, we must include in $\mathbf{J}$ both this current and the "free", or externally applied, current $\mathbf{J}_f$:
109-
110103
$$
111104
\mu_0^{-1}\nabla\times\mathbf{B} = \mathbf{J}_f + \mathbf{J}_b + \epsilon_0 \dot{\mathbf{E}}
112105
$$
@@ -142,37 +135,29 @@ The relation between $\mathbf{M}$ and $\mathbf{H}$ (or $\mathbf{B}$) is no longe
142135
### Classical Treatment of Dielectrics
143136
144137
The polarization $\mathbf{P}$ per unit volume is the sum over all the individual moments $\mathbf{p}_i$ of the electric dipoles. This gives rise to a bound charge density
145-
146138
$$
147139
\sigma_b = -\nabla\cdot\mathbf{P}
148140
$$ {#eq-bound_charge_polarization}
149141
150142
In the vacuum equation, we must include both the bound charge and the free charge:
151-
152143
$$
153144
\epsilon_0\nabla\cdot\mathbf{E} = \sigma_f + \sigma_b
154145
$$
155146
156147
We wish to write this in the simple form
157-
158148
$$
159149
\nabla\cdot\mathbf{D} = \sigma_f
160150
$$
161-
162151
by including $\sigma_b$ in the definition of $\mathbf{D}$. This can be done by letting
163-
164152
$$
165153
\mathbf{D} = \epsilon_0\mathbf{E} + \mathbf{P} \equiv \epsilon \mathbf{E}
166154
$$
167155
168156
If $\mathbf{P}$ is linearly proportional to $\mathbf{E}$,
169-
170157
$$
171158
\mathbf{P} = \epsilon_0 \chi_e\mathbf{E}
172159
$$
173-
174160
then $\epsilon$ is a constant given by
175-
176161
$$
177162
\epsilon = (1+\chi_e)\epsilon_0
178163
$$
@@ -182,31 +167,26 @@ There is no a priori reason why a relation like the above cannot be valid in a p
182167
### The Dielectric Constant of a Plasma
183168
184169
We have seen in @sec-time-varying_E that a fluctuating $\mathbf{E}$ field gives rise to a polarization current $\mathbf{J}_p$. This leads, in turn, to a polarization charge given by the equation of continuity:
185-
186170
$$
187171
\frac{\partial \sigma_p}{\partial t} + \nabla\cdot\mathbf{J}_p = 0
188172
$$
189173
190174
This is the equivalent of @eq-bound_charge_polarization, except that, as we noted before, a polarization effect does not arise in a plasma unless the electric field is time varying. Since we have an explicit expression for $\mathbf{J}_p$ but not for $\sigma_p$, it is easier to work with the Ampère's law:
191-
192175
$$
193176
\nabla\times\mathbf{B} = \mu_0(\mathbf{J}_f +\mathbf{J}_p + \epsilon\dot{\mathbf{E}})
194177
$$
195178
196179
We wish to write this in the form
197-
198180
$$
199181
\nabla\times\mathbf{B} = \mu_0(\mathbf{J}_f + \epsilon\dot{\mathbf{E}})
200182
$$
201183
202184
This can be done if we let
203-
204185
$$
205186
\epsilon = \epsilon_0 + \frac{j_p}{\dot{E}}
206187
$$
207188
208189
From @eq-polarization_current for $\mathbf{J}_p$, we have
209-
210190
$$
211191
\epsilon = \epsilon_0 + \frac{\rho}{B^2}\quad \text{or}\quad \epsilon_R\equiv \frac{\epsilon}{\epsilon_0} = 1+\frac{\mu_0\rho c^2}{B^2}
212192
$$ {#eq-dielectric_constant_low-frequency}
@@ -1126,19 +1106,19 @@ $$ {#eq-ampere-pre-maxwell}
11261106
11271107
The divergence of @eq-ampere-pre-maxwell gives $\nabla\cdot\mathbf{J}=0$ so it is unnecessary to specify it separately.
11281108
1129-
#### Complete equation set
1109+
#### Complete ideal MHD equation set
11301110
11311111
In the most common sense, ideal MHD involves equations of compressible, adiabatic and inviscid fluid:
11321112
$$
11331113
\begin{aligned}
11341114
\frac{\partial \rho}{\partial t} + \nabla\cdot(\rho\mathbf{u}) = 0 \\
11351115
\frac{\partial \rho\mathbf{u}}{\partial t} + \nabla\cdot\left( \rho\mathbf{u}\mathbf{u} - \frac{1}{\mu_0}\mathbf{B}\mathbf{B} + \frac{\mathbf{B}^2}{2\mu_0} + p \right) = 0 \\
1136-
\frac{\partial e}{\partial t} + \nabla\cdot\left[ (e + p)\mathbf{u} - \frac{1}{\mu_0}\mathbf{B}(\mathbf{B}\cdot\mathbf{u}) \right] = 0 \\
1116+
\frac{\partial e}{\partial t} + \nabla\cdot\left[ (e + p_\text{tot})\mathbf{u} - \frac{1}{\mu_0}\mathbf{B}(\mathbf{B}\cdot\mathbf{u}) \right] = 0 \\
11371117
\frac{\partial \mathbf{B}}{\partial t} - \nabla\times(\mathbf{u}\times\mathbf{B}) = 0 \\
1138-
e = \frac{\rho \mathbf{u}\cdot\mathbf{u}}{2} + \frac{p}{\gamma - 1} + \frac{\mathbf{B}\cdot\mathbf{B}}{2\mu_0}
1118+
e = \frac{\rho \mathbf{u}^2}{2} + \frac{p}{\gamma - 1} + \frac{\mathbf{B}^2}{2\mu_0}
11391119
\end{aligned}
11401120
$$ {#eq-ideal-mhd}
1141-
where $\rho$ is the mass density, $\mathbf{u}$ the velocity, $e$ the total energy density, $\mathbf{B}$ the magnetic field, $p$ the thermal pressure, and $\gamma$ the adiabatic index (ratio of specific heats).
1121+
where $\rho$ is the mass density, $\mathbf{u}$ the velocity, $e$ the total energy density, $\mathbf{B}$ the magnetic field, $p$ the thermal pressure, $p_\text{tot} = p + p_B = p + \mathbf{B}^2/(2\mu_0)$ the total pressure and $\gamma$ the adiabatic index (ratio of specific heats).
11421122
Microscopic dissipations of any kind (viscosity, resistivity, or conduction) are not included in ideal MHD. Note that there is only one constant $\mu_0$ appeared in @eq-ideal-mhd. The introduction of temperature comes with a new constant $R\equiv 2k_B/m$:
11431123
$$
11441124
p = \rho\, R\, T
@@ -1252,12 +1232,14 @@ $$
12521232
\mathbf{u}_e = \mathbf{u} + \mathbf{v}_H
12531233
$$ {#eq-hall-electron-velocity}
12541234
1255-
The total energy density is (I may have a coefficient error here for $p_e$!)
1235+
The total energy density is
12561236
$$
12571237
e = \epsilon + \epsilon_e + \frac{\mathbf{B}^2}{2\mu_0} = \frac{1}{2}\rho \mathbf{u}^2+\frac{1}{\gamma-1}(p+p_e)+\frac{\mathbf{B}^2}{2\mu_0}
12581238
$$
12591239
where $\gamma$ is the adiabatic index. Note that in Hall MHD only $(\rho,\mathbf{u},\mathbf{B},p,p_e)$ are unknowns; all others are derived quantities.
12601240
1241+
To get back to the ideal MHD equations, we simply ignore the Hall velocity @eq-hall-velocity and replace $\mathbf{u}_e$ in the energy conservation and induction equation with $\mathbf{u}$. _Note that this does not mean the current density in ideal MHD is zero: it is just a term that we neglect when deriving the electric field in the Poynting flux as well as the induction equation._
1242+
12611243
One important thing to recognize is that while ideal MHD has no intrinsic scales, Hall MHD introduces a new characteristic length scale into the system – the ion skin depth $d_i$. In ideal MHD, when the plasma beta is low, the speed of the shear Alfvén mode and the fast magnetosonic mode become approximately equal. This is known as _degeneracy_, which means it is difficult to distinguish between the two modes, as they essentially travel at the same speed. In Hall MHD, when the wavelength of the waves becomes comparable to $d_i$, the distinction between the shear Alfvén and the fast magnetosonic modes becomes clear:
12621244
12631245
1. Fast magnetosonic waves (whistler waves) are affected by electron dynamics and propagate at higher frequencies within the Hall-MHD framework.

0 commit comments

Comments
 (0)