MagnetoStatics¶
-
class
plasmapy.formulary.magnetostatics.
MagnetoStatics
¶ Bases:
abc.ABC
Abstract class for all kinds of magnetic static fields
Methods Summary
Calculate magnetic field generated by this wire at position
p
Methods Documentation
-
abstract
magnetic_field
(p: Unit(‘m’))¶ Calculate magnetic field generated by this wire at position
p
- Parameters
p (
astropy.units.Quantity
) – three-dimensional position vector- Returns
B – magnetic field at the specified positon
- Return type
-
abstract