Skip to main content

particle_thermal_speed

Function particle_thermal_speed 

pub fn particle_thermal_speed(
    temperature_kelvin: f64,
    particle_mass: f64,
) -> Option<f64>
Expand description

Computes a particle thermal speed.

Formula: v_th = sqrt(k_B T / m)