Path: ACPro/ACDesign
% Generates data structures for select aircraft. Includes the F4/Phantom II, A4/Skyhawk, Cessna 172, Boeing 747-400, and Airbus a380. Type AircraftDragDataStructures for a demo. -------------------------------------------------------------------------- Form: d = AircraftDragDataStructures( aircraft ) -------------------------------------------------------------------------- ------ Inputs ------ aircraft (1,:) Aircraft name ------- Outputs ------- d (1,1) Aircraft parameters .length (1,1) Representative length (m) .oswaldEff (1,1) Oswald efficiency factor .aspectRatio (1,1) Aspect ratio for wing (length/mean chord) .thickness (1,1) Ratio of length to thickness .s (1,1) Area (m^2) .zetaTrans (1,1) Transonic damping factor .sweep (1,1) Sweep angle (deg) .a0 (1,1) Lift curve slope .alpha0 (1,1) Zero lift angle of attack .m0 (1,1) Mach number for linear skin friction coefficient .cD0 (1,1) Zero lift drag coefficient --------------------------------------------------------------------------
ACPro: ACProAerodynamics/CDSkinFriction ACPro: ACProAerodynamics/DragCoeff ACPro: ACProAerodynamics/FormDragCoeff ACPro: ACProAerodynamics/InducedDragCoeff ACPro: ACProAerodynamics/LiftAndDrag ACPro: ACProAerodynamics/LiftCoeff ACPro: ACProAerodynamics/PrandtlGlauertCorrection 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 Math: Analysis/Logistic Math: Trigonometry/CosD
Back to the ACPro Module page