|
subroutine, public | chdmodule::chd_create (packobj, id, ibcnum, inunit, iout, namemodel, pakname, mempath) |
| Create a new constant head package. More...
|
|
subroutine | chdmodule::chd_allocate_arrays (this, nodelist, auxvar) |
| Allocate arrays specific to the constant head package. More...
|
|
subroutine | chdmodule::chd_rp (this) |
| Constant concentration/temperature read and prepare (rp) routine. More...
|
|
subroutine | chdmodule::chd_ad (this) |
| Constant head package advance routine. More...
|
|
subroutine | chdmodule::chd_ck (this) |
| Check constant concentration/temperature boundary condition data. More...
|
|
subroutine | chdmodule::chd_fc (this, rhs, ia, idxglo, matrix_sln) |
| Override bnd_fc and do nothing. More...
|
|
subroutine | chdmodule::chd_cq (this, x, flowja, iadv) |
| Calculate flow associated with constant head boundary. More...
|
|
subroutine | chdmodule::calc_chd_rate (this) |
| Calculate the CHD cell rates, to be called. More...
|
|
subroutine | chdmodule::chd_bd (this, model_budget) |
| Add package ratin/ratout to model budget. More...
|
|
subroutine | chdmodule::chd_da (this) |
| Deallocate memory. More...
|
|
subroutine | chdmodule::define_listlabel (this) |
| Define the list heading that is written to iout when PRINT_INPUT option is used. More...
|
|
logical function | chdmodule::chd_obs_supported (this) |
| Overrides bnd_obs_supported from bndType class. More...
|
|
subroutine | chdmodule::chd_df_obs (this) |
| Overrides bnd_df_obs from bndType class. More...
|
|
real(dp) function | chdmodule::head_mult (this, row) |
| Apply auxiliary multiplier to specified head if appropriate. More...
|
|
real(dp) function | chdmodule::chd_bound_value (this, col, row) |
| @ brief Return a bound value More...
|
|