imod.flow.HorizontalFlowBarrier#
- class imod.flow.HorizontalFlowBarrier(id_name, geometry, resistance, layer=None)[source]#
Horizontal barriers obstructing flow such as semi- or impermeable fault zone or a sheet pile wall are defined for each model layer by a *.GEN line file.
- Parameters:
id_name (str or list of str) – name of the barrier
geometry (object array of shapely LineStrings) – geometry of barriers, should be lines
resistance (float or list of floats) – resistance of the barrier (d).
layer (Optional, int) – layer where barrier is located. Defaults to None.
Methods
__init__
(id_name, geometry, resistance[, layer])compose
(directory, globaltimes, nlayer[, ...])Composes package, not useful for boundary conditions
from_file
(path, **kwargs)Loads an imod-flow package from a file (currently only netcdf and zarr are supported).
isel
()save
(directory)sel
()