Path: ACPro/ACUtils
-------------------------------------------------------------------------- Computes the form factor for a body of revolution. The drag on a body of revolution is k cF S where S is the wetted area and cF is the skin friction coefficient. Type FormFactorSurfaceOfRevolution for demo. Since version 2014.1 -------------------------------------------------------------------------- Form: k = FormFactorSurfaceOfRevolution( m, f ) -------------------------------------------------------------------------- ------ Inputs ------ m (1,:) Mach number f (1,:) Fineness ratio (l/d) ------- Outputs ------- k (1,:) Form factor -------------------------------------------------------------------------- Reference: http://adg.stanford.edu/aa241/drag/BODYFORMFACTOR.HTML --------------------------------------------------------------------------
Common: Graphics/Plot2D
Back to the ACPro Module page