SonicBoomHypersonic:

Path: ACPro/Atmosphere

% Hypersonic sonic boom based on drag.
--------------------------------------------------------------------------
   Form:
   [dP, i, t] = SonicBoomHypersonic( drag, m, h, atmData )
--------------------------------------------------------------------------

   -------
   Inputs
   -------
   drag    (1,1)	Drag force (N)
   m       (1,1) Mach number
   h       (1,:)	Altitude (km)
   atmData (1,1) Atmospheric data

   -------
   Outputs
   -------
   pG      (1,:)	N wave overpressure (N)
   i       (1,:) Positive Phase Impulse (N/s)
   t     	(3,:) Duration (s)

--------------------------------------------------------------------------
   Reference: Plotkin, K.J., "Review of Sonic Boom Theory," AIAA-89=-1105,
   1989.
--------------------------------------------------------------------------

Children:

Common: Atmosphere/StdAtm
Common: Graphics/Plot2D

Back to the ACPro Module page