ElectricThrust:

Path: Propulsion/Electric

% Compute the electric propulsion thrust from power and specific impulse.
 The governing equations are:

       T = mdot*ue
   eff*P = 0.5*mdot*ue^2

 so that eff*P is the jet power that is converted to kinetic energy.

 Type ElectricThrust for a demo at 100 kW.

--------------------------------------------------------------------------
   Form:
   [thrust,mdot] = ElectricThrust( Isp, power, eff )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   Isp     (1,:)    Specific impulse, sec
   power   (1,1)    Engine power, W
   eff     (1,1)    Thrust efficiency

   -------
   Outputs
   -------
   thrust (1,:)    Engine power, W
   mdot   (1,:)    Mass flow rate, kg/s

--------------------------------------------------------------------------

Children:

Common: CommonData/SwooshWatermark
Common: General/CellToMat
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle

Back to the Propulsion Module page