timflow.transient.well.WellString#

class timflow.transient.well.WellString(model, xy, tsandQ=[(0, 1)], rw=0.1, res=0.0, layers=0, rc=None, label=None)#

Bases: WellStringBase

String of wells with specified total transient discharge.

Methods#

initialize()

Initialize the element.

potinf(x, y[, aq])

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

disvecinf(x, y[, aq])

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

run_after_solve()

Function to run after a solution is completed.

discharge(t[, derivative])

The discharge in each layer.

plot([ax, layer])

Plot the element.

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).

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).

dischargeold(t[, derivative])

The discharge in each layer.