get_EEDFο
- plasmapy.diagnostics.langmuir.get_EEDF(probe_characteristic, visualize: bool = False)[source]ο
Implement the Druyvesteyn method of obtaining the normalized Electron Energy Distribution Function (EEDF).
- Parameters:
probe_characteristic (
Characteristic) β The swept probe characteristic that is to be analyzed.visualize (
bool, optional) β IfTruea plot of the extracted electron current is shown. Default isFalse.
- Returns:
energy (
astropy.units.Quantity,ndarray) β Array of potentials in V.probability (float,
ndarray) β Array of floats corresponding to the potentials representing the EEDF in normalized probabilities.
Notes
The Druyvesteyn method requires the second derivative of the probe I-V characteristic, which inherently amplifies noise and measurement errors. Therefore it is advisable to smooth the I-V prior to the use of this function.
The Druyvesteyn analysis results in the following equation [druyvesteyn-1930]:
\[N_e \left( Ξ΅ \right) = \frac{2}{A_pe^2} \sqrt{\frac{2 m Ξ΅}{e}} \frac{\textrm{d}^2 I}{\textrm{d} V^2}\]References
[druyvesteyn-1930]Druyvesteyn, M.J. Z. Physik (1930) 64: 781