geoana.em.static.PointCurrentWholeSpace#

Inheritance diagram of PointCurrentWholeSpace
class geoana.em.static.PointCurrentWholeSpace(rho, current=1.0, location=None)#

Class for a point current in a wholespace.

The PointCurrentWholeSpace class is used to analytically compute the potentials, current densities and electric fields within a wholespace due to a point current.

Parameters:
currentfloat

Electrical current in the point current (A). Default is 1A.

rhofloat

Resistivity in the point current (\(\Omega \cdot m\)).

locationarray_like, optional

Location at which we are observing in 3D space (m). Default is (0, 0, 0).

Attributes

current

Current in the point current in Amps.

location

Location of observer in 3D space.

rho

Resistivity in the point current in \(\Omega \cdot m\)

Methods

current_density(xyz)

Current density for a point current in a wholespace.

electric_field(xyz)

Electric field for a point current in a wholespace.

potential(xyz)

Electric potential for a point current in a wholespace.