Skip to content

Commit a9edf4a

Browse files
committed
PE - MINOR - improving plasma inductance comment
1 parent c55acb5 commit a9edf4a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/PerturbedEquilibrium/ResponseMatrices.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ function calc_plasma_inductance(ffs_intr::ForceFreeStatesInternal, wt0::Matrix{C
7272
wt0_norm = wt0 .* (psio^2 / (μ0 * 2))
7373

7474
# Convert from displacement to flux space using 1 / (singfac * chi1 * 2π) factor
75+
# The factor of 2 comes from the 1/2 + inverse in eq. 31 of Park Phys. Plasmas 2007
7576
chi1 = 2π * psio
7677
wt0_norm .*= 2 ./ (2π * chi1)^2 ./ (singfac' .* singfac)
7778

0 commit comments

Comments
 (0)