timflow.steady.constant.Constant#
- class timflow.steady.constant.Constant(model, xr=0, yr=0, hr=0.0, layer=0, label=None)#
Bases:
ConstantBase,timflow.steady.equation.PotentialEquationSpecify the head at one point in the model in one layer.
The head may only be specified in an area of the model where the aquifer system is confined.
- Parameters:
model (Model object) – model to which the element is added
xr (float) – x-coordinate of the point where the head is specified
yr (float) – y-coordinate of the point where the head is specified
hr (float) – specified head
layer (int) – layer where the head is specified
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. |
|
Mix-in class that returns matrix rows for potential-specified conditions. |