brachistochrone_peak_velocity

Function brachistochrone_peak_velocity 

Source
pub fn brachistochrone_peak_velocity(distance: Km, accel_km_s2: f64) -> KmPerSec
Expand description

Peak velocity at the midpoint of a brachistochrone transfer.

v_peak = a × t_half / √(1 + (a × t_half / c)²)

For non-relativistic cases, this simplifies to a × t_half.