pub fn estimate_alpha_heating_profile(
particles: &[ChargedParticle],
grid: &Grid2D,
confinement_tau_s: f64,
) -> FusionResult<Array2<f64>>Expand description
Estimate alpha-particle heating power density [W/m^3] on the R-Z grid.
pub fn estimate_alpha_heating_profile(
particles: &[ChargedParticle],
grid: &Grid2D,
confinement_tau_s: f64,
) -> FusionResult<Array2<f64>>Estimate alpha-particle heating power density [W/m^3] on the R-Z grid.