use-plasma 0.0.1

Small scalar plasma physics helpers for RustUse
Documentation
1
2
3
4
5
6
7
8
9
pub use crate::{
    BOLTZMANN_CONSTANT, ELECTRON_MASS, ELEMENTARY_CHARGE, ElectronPlasma, PROTON_MASS,
    PlasmaSpecies, VACUUM_PERMEABILITY, VACUUM_PERMITTIVITY, alfven_speed, charge_density,
    debye_length, debye_number, debye_sphere_volume, electron_gyrofrequency, electron_gyroradius,
    electron_plasma_angular_frequency, electron_plasma_frequency, electron_thermal_speed,
    gyro_angular_frequency, gyrofrequency, gyroradius, ion_plasma_angular_frequency,
    is_quasi_neutral, is_valid_coulomb_logarithm, magnetic_pressure, particle_thermal_speed,
    plasma_beta, plasma_pressure, total_plasma_pressure,
};