pub fn calculate_dynamic_stability(
static_stability: f64,
_velocity_mps: f64,
_spin_rate_rad_s: f64,
_yaw_angle_rad: f64,
_caliber_m: f64,
_mass_kg: f64,
) -> f64👎Deprecated since 0.22.18: does not compute aerodynamic dynamic stability; retained as a neutral static-stability pass-through
Expand description
Legacy compatibility shim that returns static_stability unchanged.
This signature cannot calculate the aerodynamic dynamic-stability factor from the literature: that requires lift, drag, pitch-moment, pitch-damping, angle-of-attack-rate derivatives, and projectile inertia radii that are not present here. The former yaw and spin multipliers were unsupported and have been removed.
crate::spin_drift::calculate_dynamic_stability is a different Miller gyroscopic-stability
calculation and is not a replacement for an aerodynamic dynamic-stability model.