geoana.em.BaseLineCurrent#

Inheritance diagram of BaseLineCurrent
class geoana.em.BaseLineCurrent(nodes, current=1.0, **kwargs)#

Base class for connected segments of current-carrying wire.

Parameters:
nodes(n, 3) array_like

Nodes defining the segments of current-carrying wire segments. For an inductive source, you must close the loop.

Attributes

current

Current in wire (A)

n_segments

Number of wire segments

nodes

Nodes defining the segments of current-carrying wire segments; close the loop if inductive.