The beam fusion model is used to calculation fusion power from beam/plasma interactions.
beam_fusion() -> beamcalc() -> alpha_power_beam() -> bosch_hale_reactivity()
bosch_hale_reactivity is dubiously applied here as it is supposed to be applied to Maxwellian ion distributions. It's not clear what justification there is for applying this to the beam_fusion() routine.
The beam fusion model is used to calculation fusion power from beam/plasma interactions.
beam_fusion()->beamcalc()->alpha_power_beam()->bosch_hale_reactivity()bosch_hale_reactivityis dubiously applied here as it is supposed to be applied to Maxwellian ion distributions. It's not clear what justification there is for applying this to the beam_fusion() routine.