Path: StraightLine/ConstantThrust
% Compute engine power from thrust The ideal electric propulsion equation is: P = T*uE/2/eta -------------------------------------------------------------------------- Form: power = EnginePower( thrust, d ) -------------------------------------------------------------------------- ------ Inputs ------ thrust (1,:) Thrust (N) d (.) Engine data structure ------- Outputs ------- power (1,:) Power (W) --------------------------------------------------------------------------
StraightLine: ConstantThrust/Straight2DStructure
Back to the StraightLine Module page