imod.flow.GeneralHeadBoundary#

class imod.flow.GeneralHeadBoundary(conductance, head)[source]#

The General-Head Boundary package is used to simulate head-dependent flux boundaries. In the General-Head Boundary package the flux is always proportional to the difference in head.

Parameters
  • head (float or xr.DataArray of floats) – head value for the GHB (BHEAD), dims ("layer", "y", "x").

  • conductance (float or xr.DataArray of floats) – the conductance of the GHB (COND), dims ("layer", "y", "x").

__init__(conductance, head)[source]#

Methods

__init__(conductance, head)

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()