R/Mach.R

Defines functions Mach1

#speed of sound
Mach1<-function(H) (220-340)/30480 * H + 340 # https://www.wired.com/2012/10/what-is-the-speed-of-sound/
HaoLi111/SimpleAerospace documentation built on May 28, 2019, 9:37 a.m.