Path: ACPro/ACProAerodynamics
-------------------------------------------------------------------------- Computes form drag including wave drag. Type FormDragCoeff for a demo. Since version 5. -------------------------------------------------------------------------- Form: cF = FormDragCoeff( d, machNo, altitude, p ) -------------------------------------------------------------------------- ------ Inputs ------ d (.) Aircraft parameters .length (1,1) Representative length (m) .thickness (1,1) Thickness ratio .zetaTrans (1,1) Transonic damping factor .formDragCoeff (1,1) Form drag merging coefficient machNo (1,:) Mach number p (.) Standard atmosphere structure ------- Outputs ------- cF (1,:) Form drag coefficient -------------------------------------------------------------------------- See also: PrandtlGlauertCorrection, SkinFrictionCoeff -------------------------------------------------------------------------- Reference: Miller, R. "16.751 Class Notes," MIT, 1977. --------------------------------------------------------------------------
ACPro: ACProAerodynamics/CDSkinFriction ACPro: ACProAerodynamics/PrandtlGlauertCorrection Common: Atmosphere/StdAtm Common: Graphics/Plot2D Math: Analysis/Logistic
Back to the ACPro Module page