logLei Module Function

pure module function logLei(Te, ne, Z) result(res)

Calculate Coulomb logarithm for electron-ion collisions (NRL Formulary 2013 page 34 equation b). Assumes Te > TiZm_e/m_i

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in) :: Te

Electron temperature in eV

real(kind=rk), intent(in) :: ne

Electron density in m^{-3}

real(kind=rk), intent(in) :: Z

Ion charge

Return Value real(kind=rk)