moved to AeroUtils/
-------------------------------------------------------------------------- Compute the stagnation temperature in the earth's atmosphere. -------------------------------------------------------------------------- Form: t0 = TemperatureStagnation( v, h ) -------------------------------------------------------------------------- ------ Inputs ------ v (1,:) Velocity (m/s) h (1,:) Altitude (m) ------- Outputs ------- t0 (1,1) Stagnation temperature -------------------------------------------------------------------------- References: http://en.wikipedia.org/wiki/Stagnation_temperature --------------------------------------------------------------------------
Common: AtmosphericCalculations/AtmGamma Common: AtmosphericCalculations/StdAtm Common: Graphics/Plot2D