krook_collisions

moment_kinetics.krook_collisions.get_collision_frequency_eeMethod
get_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.

source
moment_kinetics.krook_collisions.get_collision_frequency_eiMethod
get_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.

source
moment_kinetics.krook_collisions.get_collision_frequency_iiMethod
get_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.

source