timflow.steady.element.Element#
- class timflow.steady.element.Element(model, nparam, nunknowns, layers, name, label)#
Base class for all timflow.steady elements.
Elements represent physical features in the aquifer system such as wells, line-sinks, etc.
Methods#
|
Returns array of size (nparam, naq). |
|
Returns array of size (len(layers),nparam). |
|
Returns array of size len(layers) only used in building equations. |
|
Returns array of size (2, nparam, naq). |
|
Returns array of size (2, nparam, naq). |
|
Returns two arrays of size (len(layers),nparam). |
|
Returns two arrays of size len(layers) only used in building equations. |