Isp2V:

Path: Propulsion/Rocket

% Compute specific impulse from exhaust velocity

   Since version 1.
--------------------------------------------------------------------------
   Form:
   v = Isp2V( iSP, g )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   iSP         (1,:)  Specific impulse (sec)
   g           (1,1)  Acceleration of gravity (9.8055 m/sec^2)

   -------
   Outputs
   -------
   v            (1,:)  Exhaust velocity 

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

Children:

Common: Graphics/Plot2D

Back to the Propulsion Module page