well#
Well elements for timflow.steady.
Provides classes to model wells with specified discharge or head, including multi-well strings.
Example:
Well(ml, xw=100, yw=200, Qw=1000, layers=[0])
Classes#
Well Class to create a well with a specified discharge. |
|
HeadWell Class to create a well with a specified head inside the well. |
|
TargetHeadWell is a well with a specified head at (layer, x, y). |
|
WellString is a string of wells for which the total discharge is specified. |
|
HeadWellString is a string of wells for which the head is specified in the wells. |
|
A string of wells for which the head is specified at a point. |