You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contents/fluid.qmd
+9-27Lines changed: 9 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,9 @@ following the individual trajectories. Brute-force computer simulation can play
25
25
| $p_s$ | scalar pressure |
26
26
| $\mathbf{u}_s$ | flow velocity |
27
27
| $\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}$) |
31
29
32
30
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
@@ -142,37 +135,29 @@ The relation between $\mathbf{M}$ and $\mathbf{H}$ (or $\mathbf{B}$) is no longe
142
135
### Classical Treatment of Dielectrics
143
136
144
137
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
-
146
138
$$
147
139
\sigma_b = -\nabla\cdot\mathbf{P}
148
140
$$ {#eq-bound_charge_polarization}
149
141
150
142
In the vacuum equation, we must include both the bound charge and the free charge:
If $\mathbf{P}$ is linearly proportional to $\mathbf{E}$,
169
-
170
157
$$
171
158
\mathbf{P} = \epsilon_0 \chi_e\mathbf{E}
172
159
$$
173
-
174
160
then $\epsilon$ is a constant given by
175
-
176
161
$$
177
162
\epsilon = (1+\chi_e)\epsilon_0
178
163
$$
@@ -182,31 +167,26 @@ There is no a priori reason why a relation like the above cannot be valid in a p
182
167
### The Dielectric Constant of a Plasma
183
168
184
169
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:
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:
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}
1139
1119
\end{aligned}
1140
1120
$$ {#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).
1142
1122
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$:
1143
1123
$$
1144
1124
p = \rho\, R\, T
@@ -1252,12 +1232,14 @@ $$
1252
1232
\mathbf{u}_e = \mathbf{u} + \mathbf{v}_H
1253
1233
$$ {#eq-hall-electron-velocity}
1254
1234
1255
-
The total energy density is (I may have a coefficient error here for $p_e$!)
1235
+
The total energy density is
1256
1236
$$
1257
1237
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}
1258
1238
$$
1259
1239
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.
1260
1240
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
+
1261
1243
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:
1262
1244
1263
1245
1. Fast magnetosonic waves (whistler waves) are affected by electron dynamics and propagate at higher frequencies within the Hall-MHD framework.
0 commit comments