Path: ACPro/ACEngine
% Compute maximum incidence angle. Also computes beta at theta max. Type MaxShockIncidenceAngle for a demo. -------------------------------------------------------------------------- Form: [theta, beta] = MaxShockIncidenceAngle( m1, gamma ) -------------------------------------------------------------------------- ------ Inputs ------ m1 (1,:) Mach number after shock gamma (1,1) Fluid ratio of specific heats ------- Outputs ------- theta (1,:) Maximum incidence angle (rad) beta (1,:) Shock wave angle (rad) -------------------------------------------------------------------------- Reference: Ames Research Staff, "Equations, Tables and Charts for Compressible Flow," Report 1135. --------------------------------------------------------------------------
Common: Graphics/Plot2D
Back to the ACPro Module page