There was an error while loading. Please reload this page.
1 parent a5dea9f commit 8df7535Copy full SHA for 8df7535
1 file changed
src/InnerLayer/SLAYER/LayerParameters.jl
@@ -355,9 +355,8 @@ function slayer_parameters(;
355
356
# Normalized beta-related width and Δ-normalization
357
d_beta = c_beta * d_i
358
- # D = S^(1/3)·iota_e^(1/2)·(d_beta/r_s). iota_e is the electron share of the
359
- # total diamagnetic frequency; it reduces to 1/(1+tau) only when the electron
360
- # and ion pressure-gradient scale lengths match, so use the computed value.
+ # iota_e is the electron share of the total diamagnetic frequency; it reduces to
+ # 1/(1+tau) only when the electron and ion pressure-gradient scale lengths match.
361
D_norm = (d_beta / rs) * lu^(1.0 / 3.0) * sqrt(iota_e)
362
delta_n = lu^(1.0 / 3.0) / rs
363
0 commit comments