DynamicPressureAndHeat:

Path: ACPro/ACThermal

% Heat, velocity and temperature at a fixed dynamic pressure.

   Type DynamicPressureAndHeat for a demo at the Space Shuttle maximum
   dynamic pressure.

------------------------------------------------------------------------
   Form:
   [v, t, qDot] = DynamicPressureAndHeat( h, l, qMax )
------------------------------------------------------------------------

   ------
   Inputs
   ------
   h               (1,:)     Altitude (km)
   l               (1,1)     Initial flight path angle at h0 (rad)
   qMax            (1,1)     Maximum dynamic pressure

   -------
   Outputs
   -------
   v               (1,:)     Velocity (m/s)
   t               (1,:)     Temperature stagnation (deg-K)
   qDot            (1,:)     Heat flux (W/m^2)

------------------------------------------------------------------------

Children:

AerospaceUtils: AeroData/AtmData
AerospaceUtils: AtmosphericCalculations/AtmGamma
AerospaceUtils: AtmosphericCalculations/TemperatureStagnation
Common: Atmosphere/StdAtm
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