timflow.transient.circinhom.CircInhomRadial#

class timflow.transient.circinhom.CircInhomRadial(model, x0=0, y0=0, R=1.0, label=None)#

Bases: timflow.transient.element.Element, timflow.transient.equation.InhomEquation

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

Methods#

initialize()

Initialize the element.

potinf(x, y[, aq])

Can be called with only one x,y value.

disinf(x, y[, aq])

Can be called with only one x,y value.

potential(x, y[, aq])

Returns complex array of size (ngvbc, naq, npval).

unitpotential(x, y[, aq])

Returns complex array of size (naq, npval).

unitpotentialone(x, y, jtime[, aq])

Returns complex array of size (naq, npval).

disvecinf(x, y[, aq])

Returns 2 complex arrays of size (nparam, naq, npval).

disvec(x, y[, aq])

Returns 2 complex arrays of size (ngvbc, naq, npval).

unitdisvec(x, y[, aq])

Returns 2 complex arrays of size (naq, npval).

potinflayers(x, y[, layers, aq])

Layers can be scalar, list, or array.

potentiallayers(x, y[, layers, aq])

Returns complex array of size (ngvbc, len(layers),npval).

unitpotentiallayers(x, y[, layers, aq])

Returns complex array of size (len(layers), npval).

disvecinflayers(x, y[, layers, aq])

Layers can be scalar, list, or array.

disveclayers(x, y[, layers, aq])

Returns 2 complex array of size (ngvbc, len(layers), npval).

unitdisveclayers(x, y[, layers, aq])

Returns complex array of size (len(layers), npval).

discharge(t[, derivative])

The discharge in each layer.

dischargeold(t[, derivative])

The discharge in each layer.

run_after_solve()

Function to run after a solution is completed.

plot([ax])

Plot the element.

equation()

Mix-in class that returns matrix rows for inhomogeneity conditions.