collision_frequencies
moment_kinetics.collision_frequencies.get_collision_frequency_ee — Methodget_collision_frequency_ee(collisions, n, vthe)Calculate the electron-electron collision frequency, depending on the settings/parameters in collisions, for the given density n and electron thermal speed vthe.
n and vthe may be scalars or arrays, but should have shapes that can be broadcasted together.
moment_kinetics.collision_frequencies.get_collision_frequency_ei — Methodget_collision_frequency_ei(collisions, n, vthe)Calculate the electron-electron collision frequency, depending on the settings/parameters in collisions, for the given density n and electron thermal speed vthe.
n and vthe may be scalars or arrays, but should have shapes that can be broadcasted together.
moment_kinetics.collision_frequencies.get_collision_frequency_ii — Methodget_collision_frequency_ii(collisions, n, vth)Calculate the ion-ion collision frequency, depending on the settings/parameters in collisions, for the given density n and thermal speed vth.
n and vth may be scalars or arrays, but should have shapes that can be broadcasted together.