MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
gwf-chd.f90 File Reference

Go to the source code of this file.

Data Types

type  chdmodule::chdtype
 

Modules

module  chdmodule
 

Functions/Subroutines

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...
 

Variables

character(len=lenftype) chdmodule::ftype = 'CHD'
 
character(len=lenpackagename) chdmodule::text = ' CHD'