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: CommonData/SwooshWatermark Common: General/CellToMat Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle
Back to the ACPro Module page