calculate_precession_with_damping

Function calculate_precession_with_damping 

Source
pub fn calculate_precession_with_damping(
    spin_rate_rad_s: f64,
    spin_inertia: f64,
    transverse_inertia: f64,
    stability_factor: f64,
) -> f64
👎Deprecated since 0.22.18: use precession_nutation::calculate_precession_frequency; damping changes modal amplitude, not phase frequency
Expand description

Legacy alias for the slow-mode precession angular frequency in radians per second.

Pitch damping changes modal amplitude/convergence, not the slow-mode phase frequency. The removed yaw, velocity, and damping-moment arguments could not form a dimensionally valid correction. Use crate::precession_nutation::calculate_precession_frequency directly.