Path: Airships/Simulation
% Aerodynamic forces and moments for an airship. All terms in body frame. -------------------------------------------------------------------------- Form: g = AirshipAero( alpha, beta, x, d, qBar, control, flex, rho ) -------------------------------------------------------------------------- ------ Inputs ------ alpha Angle of attack (rad) beta Sideslip (rad) x State d Aerodynamic data qBar Dynamic pressure control Controls flex Flexible states (not implemented) rho Atmospheric density ------- Outputs ------- g .torque (3,1) Core torques .force (3,1) Core forces .modal (:,1) Modal forces .inertia (3,3) Delta inertia due to aerodynamics .mass (3,3) Delta mass matrix due to aerodynamics --------------------------------------------------------------------------
Common: Quaternion/QForm Math: Linear/Cross Math: Linear/Unit
Back to the Airships Module page