ionizationCrossSectionHydrogen Interface

interface
public pure module function ionizationCrossSectionHydrogen(eGrid, n) result(cs)

Arguments

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

Electron energy grid in eV

integer(kind=ik), intent(in) :: n

Initial atomic state

Return Value real(kind=rk),allocatable,dimension(:)

Description

Calculates hydrogen electron impact ionization cross-section from state n on given energy grid. NOTE: The returned value is in 10^-16 cm^2!