timflow.steady.uflow.Uflow#
- class timflow.steady.uflow.Uflow(model, slope, angle, label=None)#
Bases:
timflow.steady.element.ElementAdd uniform flow to the model.
Uniform flow may only be added to a model of which the background aquifer system is confined.
- Parameters:
model (Model object) – model to which the uniform flow is added
slope (float) – slope of the head (head drop divided by the distance) in the direction of flow
angle (float) – direction of flow in degrees (0 degrees is straight East, counter clock-wise is positive)
label (string or None (default: None)) – label of the element
Methods#
|
Returns array of size (nparam, naq). |
|
Returns array of size (2, 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 two arrays of size (len(layers),nparam). |
|
Returns two arrays of size len(layers) only used in building equations. |