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

Well Class to create a well with a specified discharge.

HeadWell

HeadWell Class to create a well with a specified head inside the well.

TargetHeadWell

TargetHeadWell is a well with a specified head at (layer, x, y).

WellString

WellString is a string of wells for which the total discharge is specified.

HeadWellString

HeadWellString is a string of wells for which the head is specified in the wells.

TargetHeadWellString

A string of wells for which the head is specified at a point.