Function get_direct_atmosphere
Source pub fn get_direct_atmosphere(density: f64, speed_of_sound: f64) -> (f64, f64)
Expand description
Direct atmosphere calculation for simple cases.
§Arguments
density - Pre-computed air density
speed_of_sound - Pre-computed speed of sound
§Returns
Tuple of (air_density, speed_of_sound) - just passes through the values