AlfvenSpeed:

--------------------------------------------------------------------------
   Computes the Alfven speed.

   The Alfvén speed is the speed of the waves resulting from the mass
   of the ions and the restoring force of the magnetic field:
   The Alfvén speed is the speed at which hydromagnetic waves travel 
   along a magnetic field line and is the characteristic speed at which
   perturbations of magnetic field lines travel.

   Type AlfvenSpeed for a demo

   Since version 11.
--------------------------------------------------------------------------
   Form:
   v = AlfvenSpeed( b, rho )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   b              (1,:) Magnetic field (T)
   rho            (1,1) Density (kg/m^3)

   -------
   Outputs
   -------
   v              (1,:) Velocity (m/s)

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

Children:

Common: Graphics/Plot2D
Propulsion: Electric/AtomicMass