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

Go to the source code of this file.

Data Types

type  ghbmodule::ghbtype
 

Modules

module  ghbmodule
 

Functions/Subroutines

subroutine, public ghbmodule::ghb_create (packobj, id, ibcnum, inunit, iout, namemodel, pakname, mempath)
 Create a New Ghb Package and point bndobj to the new package. More...
 
subroutine ghbmodule::ghb_da (this)
 Deallocate memory. More...
 
subroutine ghbmodule::ghb_options (this)
 Set options specific to GhbType. More...
 
subroutine ghbmodule::log_ghb_options (this, found)
 Log options specific to GhbType. More...
 
subroutine ghbmodule::ghb_allocate_arrays (this, nodelist, auxvar)
 Allocate arrays. More...
 
subroutine ghbmodule::ghb_rp (this)
 Read and prepare. More...
 
subroutine ghbmodule::ghb_ck (this)
 Check ghb boundary condition data. More...
 
subroutine ghbmodule::ghb_cf (this)
 Formulate the HCOF and RHS terms. More...
 
subroutine ghbmodule::ghb_fc (this, rhs, ia, idxglo, matrix_sln)
 Copy rhs and hcof into solution rhs and amat. More...
 
subroutine ghbmodule::define_listlabel (this)
 Define the list heading that is written to iout when PRINT_INPUT option is used. More...
 
logical function ghbmodule::ghb_obs_supported (this)
 Return true because GHB package supports observations. More...
 
subroutine ghbmodule::ghb_df_obs (this)
 Store observation type supported by GHB package. More...
 
subroutine ghbmodule::ghb_store_user_cond (this)
 Store user-specified conductance for GHB boundary type. More...
 
real(dp) function ghbmodule::cond_mult (this, row)
 Apply multiplier to GHB conductance if option AUXMULTCOL is used. More...
 
real(dp) function ghbmodule::ghb_bound_value (this, col, row)
 Return requested boundary value. More...
 

Variables

character(len=lenftype) ghbmodule::ftype = 'GHB'
 
character(len=lenpackagename) ghbmodule::text = ' GHB'