radRecombRateHydrogen Module Function

pure module function radRecombRateHydrogen(temp, n) result(rate)

Radiative recombination rate given by formulas (21) and (22) from Janev Section 2.1.4. The recombination for n=2 is obtained by a simple sum over the two l states. Result in 10^-14 cm^3/s

Arguments

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

Temperature array in eV

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

Final atomic state after recombination

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