BasePlasma¶
-
class
plasmapy.plasma.
BasePlasma
¶ Bases:
abc.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 ofGenericPlasma
is defined. If it exists it will add that class to the registry.Attributes Summary
Attributes Documentation
-
average_ionization
¶
-
electron_density
¶
-
electron_temperature
¶
-
ion_density
¶
-
ion_temperature
¶
-