BasePlasma

class plasmapy.plasma.plasma_base.BasePlasma[source]

Bases: ABC

Registration class for GenericPlasma and declares some abstract methods for data common in different kinds of plasmas.

This class checks for the existence of a method named is_datasource_for when a subclass of GenericPlasma is defined. If it exists it will add that class to the registry.

Attention

This feature is under development. Breaking changes may occur in the future.

Attributes Summary

average_ionization

electron_density

electron_temperature

ion_density

ion_temperature

Attributes Documentation

average_ionization
electron_density
electron_temperature
ion_density
ion_temperature