Path: ACPro/ACEngine
% A/A* computation from mach number and ratio of specific heats. -------------------------------------------------------------------------- Form: a = AOverAStar( gamma, machNo ) -------------------------------------------------------------------------- ------ Inputs ------ gamma (1,1) Ratio of specific heats machNo (1,:) Mach number ------- Outputs ------- a (1,:) A/A* -------------------------------------------------------------------------- Reference: Mattingly, "Elements of Gas Turbine Propulsion," McGraw-Hill, 1996, p. 878. --------------------------------------------------------------------------
Common: Graphics/Plot2D
Back to the ACPro Module page