pub fn minimum_survival_velocity(
config: &JupiterRadiationConfig,
r_start_rj: f64,
r_end_rj: f64,
shield_budget_krad: f64,
) -> f64Expand description
Find the minimum average radial velocity for shield survival.
Binary searches for the threshold velocity where the 42-minute shield budget is exactly depleted during transit from r_start to r_end.