wireFieldEqn

Computes the analytic magnetic field from a single wire

Parameters

point (vector float)
a point that the wire passes through
current (float)
current in the wire
mu0 (float)
permeability of free space
normal (vector float)
direction of the wire through the point

Example

<Source coilSource>
  kind = wireFieldEqn
  point = [0.0, 0.0, 1.0]
  mu0 = 1.26e-6
  normal = [1.0, 0.0, 0.0]
  current = 1.0
</Source>