Uniform Static Field

Setup
Setup for the excitation with a uniform static field. TODO: more suitable image.


Definition

The static electric field with amplitude $a$ and direction $\hat{\bm p}$ is given by

\[\bm e(\bm r) = a \, \hat{ \bm p} \,.\]


API

The API provides the following constructor with default values:

Tip

The direction vector is automatically normalized to a unit vector during the initialization.


Incident Field

The electric field is as given above.

API

The general API is employed:

Φ = field(ex, ScalarPotential(point_cart))

E = field(ex, ElectricField(point_cart))

Scattered Field

The scattered field computation follows [3].

API

The following API is employed:

Φ = scatteredfield(sp, ex, ScalarPotential(point_cart))

E = scatteredfield(sp, ex, ElectricField(point_cart))

For the dielectric sphere with thin impedance layer two additional quantities are available:

Φ = scatteredfield(sp, ex, ScalarPotentialJump(point_cart))

E = scatteredfield(sp, ex, DisplacementField(point_cart))

Total Field

API

The following API is employed:

Φ = field(sp, ex, ScalarPotential(point_cart))

E = field(sp, ex, ElectricField(point_cart))