The implementation of the total free-bound Gaunt factor in fiasco#
The calculation of the wavelength-averaged total free-bound Gaunt factor, \(G_{fb}\),
as suggested by Mewe et al. [MLvandOord86] and used in CHIANTI to compute the total free-bound
radiative losses (fiasco.Ion.free_bound_radiative_loss()) makes an approximation to an infinite
sum that can be improved upon.
Specifically, Equation 14 of Mewe et al. [MLvandOord86] has a simple analytic solution.
They make the approximation,
where \(\zeta(x)\) is the Riemann zeta function. However, the second sum is analytic,
where \(\psi^{n}(x)\) is the \(n\)-th derivative of the digamma function (or polygamma function). As such, we can write the full solution of Equation 14 as,
The final expression is therefore simplified and more accurate than the approximation used by Mewe et al. [MLvandOord86].
Note also that, unlike in Mewe et al. [MLvandOord86], the calculation of the total free-bound Gaunt factor,
used by free_bound_radiative_loss(), does not include the abundances and ionization equilibria.