Path: ACPro/ACPerformance
% Computes the angle of attack for a constant flight path angle. -------------------------------------------------------------------------- Form: alpha = ComputeAlphaConstantFlightPathAngle( x, d ) -------------------------------------------------------------------------- ------ Inputs ------ x (4,1) [v;gamma;h;m] d (.) Data structure .aero (.) Aero data structure .cDCL (1,1) Pointer to lift and drag function .thrust (1,1) Thrust .atmData (.) Data structure ------- Outputs ------- alpha (1,1) Angle of attack --------------------------------------------------------------------------
ACPro: ACPointMass/SimpleLiftAndDrag AerospaceUtils: AeroData/AtmData 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