Subroutine that calculates the susceptibility of species j based on NHDS.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
double complex, | intent(out) | :: | chi(3,3) |
Susceptibility tensor of species j. |
||
integer, | intent(in) | :: | j |
Index for species. |
||
double precision, | intent(in) | :: | kz |
Normalised parallel wavenumber. |
||
double precision, | intent(in) | :: | kperp |
Normalised perpendicular wavenumber. |
||
double complex, | intent(in) | :: | x |
Normalised complex frequency. |