Theoretical formulas for space plasma physics

for tplot

default units are SI units for space plasma physics

Reference


tplot_Alfven_speed

 tplot_Alfven_speed (B:str, density:str, **kwargs)
Type Details
B str magnetic field in the plasma, could be a component, as plasmapy will take abs of it
density str particle density of the plasma
kwargs

ts_Alfven_speed

 ts_Alfven_speed (B:xarray.core.dataarray.DataArray,
                  density:xarray.core.dataarray.DataArray,
                  name='Alfven_speed', time='time', **kwargs)
Type Default Details
B DataArray magnetic field in the plasma, could be a component, as plasmapy will take abs of it
density DataArray particle density of the plasma
name str Alfven_speed
time str time
kwargs