imod.flow.Well#
- class imod.flow.Well(id_name, x, y, rate, layer, time=None)[source]#
The Well package is used to simulate a specified flux to individual cells and specified in units of length3/time.
- Parameters:
id_name (str or list of str) – name of the well(s).
x (float or list of floats) – x coordinate of the well(s).
y (float or list of floats) – y coordinate of the well(s).
rate (float or list of floats.) – pumping rate in the well(s).
layer ("None" or int, optional) – layer from which the pumping takes place.
time ("None" or listlike of np.datetime64, datetime.datetime, pd.Timestamp,) – cftime.datetime time during which the pumping takes place. Only need to specify if model is transient.
Methods
__init__
(id_name, x, y, rate, layer[, time])compose
(directory, globaltimes, nlayer[, ...])Composes all variables for one system.
from_file
(path, **kwargs)Loads an imod-flow package from a file (currently only netcdf and zarr are supported).
isel
()periodic_stress
(periods[, use_cftime])Periodic stress periods.
repeat_stress
([use_cftime])Repeat stress periods.
save
(directory)sel
()