Skip to content

Commit 8df7535

Browse files
d-burgclaude
andcommitted
InnerLayer.SLAYER - MINOR - Deduplicate the iota_e normalization commentary
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent a5dea9f commit 8df7535

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/InnerLayer/SLAYER/LayerParameters.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -355,9 +355,8 @@ function slayer_parameters(;
355355

356356
# Normalized beta-related width and Δ-normalization
357357
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.
358+
# iota_e is the electron share of the total diamagnetic frequency; it reduces to
359+
# 1/(1+tau) only when the electron and ion pressure-gradient scale lengths match.
361360
D_norm = (d_beta / rs) * lu^(1.0 / 3.0) * sqrt(iota_e)
362361
delta_n = lu^(1.0 / 3.0) / rs
363362

0 commit comments

Comments
 (0)