LoopBetweenCapacitor#

Classes#

LoopBetweenCapacitor

Helper class that provides a standard way to create an ABC using

Module Contents#

class LoopBetweenCapacitor.LoopBetweenCapacitor(I_TF_coils=10000000.0, I_coil=1000000.0, radius_coil=1.0, radius_capacitor=100.0, I_capacitor=lambda t: ..., Q_capacitor=lambda t: ..., d_capacitor=3.0)[source]#

Bases: pyna.gc.EBField.EBField

Helper class that provides a standard way to create an ABC using inheritance.

I_TF_coils = 10000000.0[source]#
I_coil = 1000000.0[source]#
radius_coil = 1.0[source]#
radius_capacitor = 100.0[source]#
I_capacitor[source]#
Q_capacitor[source]#
d_capacitor = 3.0[source]#
E_at(x, y, z, t)[source]#

Calculate the electric field at a given point and time.

B_at(x, y, z, t)[source]#

Calculate the magnetic field at a given point and time.