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

Go to the source code of this file.

Data Types

type  gwfmodule::gwfmodeltype
 

Modules

module  gwfmodule
 

Functions/Subroutines

subroutine, public gwfmodule::gwf_cr (filename, id, modelname)
 Create a new groundwater flow model object. More...
 
subroutine gwfmodule::gwf_df (this)
 Define packages of the model. More...
 
subroutine gwfmodule::gwf_ac (this, sparse)
 Add the internal connections of this model to the sparse matrix. More...
 
subroutine gwfmodule::gwf_mc (this, matrix_sln)
 Map the positions of this models connections in the numerical solution coefficient matrix. More...
 
subroutine gwfmodule::gwf_ar (this)
 GroundWater Flow Model Allocate and Read. More...
 
subroutine gwfmodule::gwf_rp (this)
 GroundWater Flow Model Read and Prepare. More...
 
subroutine gwfmodule::gwf_ad (this)
 GroundWater Flow Model Time Step Advance. More...
 
subroutine gwfmodule::gwf_cf (this, kiter)
 GroundWater Flow Model calculate coefficients. More...
 
subroutine gwfmodule::gwf_fc (this, kiter, matrix_sln, inwtflag)
 GroundWater Flow Model fill coefficients. More...
 
subroutine gwfmodule::gwf_cc (this, innertot, kiter, iend, icnvgmod, cpak, ipak, dpak)
 GroundWater Flow Model Final Convergence Check for Boundary Packages. More...
 
subroutine gwfmodule::gwf_ptcchk (this, iptc)
 check if pseudo-transient continuation factor should be used More...
 
subroutine gwfmodule::gwf_ptc (this, vec_residual, iptc, ptcf)
 calculate maximum pseudo-transient continuation factor More...
 
subroutine gwfmodule::gwf_nur (this, neqmod, x, xtemp, dx, inewtonur, dxmax, locmax)
 under-relaxation More...
 
subroutine gwfmodule::gwf_cq (this, icnvg, isuppress_output)
 Groundwater flow model calculate flow. More...
 
subroutine gwfmodule::gwf_bd (this, icnvg, isuppress_output)
 GroundWater Flow Model Budget. More...
 
subroutine gwfmodule::gwf_ot (this)
 GroundWater Flow Model Output. More...
 
subroutine gwfmodule::gwf_ot_obs (this)
 
subroutine gwfmodule::gwf_ot_flow (this, icbcfl, ibudfl, icbcun)
 
subroutine gwfmodule::gwf_ot_dv (this, idvsave, idvprint, ipflag)
 
subroutine gwfmodule::gwf_ot_bdsummary (this, ibudfl, ipflag)
 
subroutine gwfmodule::gwf_fp (this)
 Final processing. More...
 
subroutine gwfmodule::gwf_da (this)
 Deallocate. More...
 
subroutine gwfmodule::gwf_bdentry (this, budterm, budtxt, rowlabel)
 GroundWater Flow Model Budget Entry. More...
 
integer(i4b) function gwfmodule::gwf_get_iasym (this)
 return 1 if any package causes the matrix to be asymmetric. Otherwise return 0. More...
 
subroutine gwfmodule::allocate_scalars (this, modelname)
 Allocate memory for non-allocatable members. More...
 
subroutine gwfmodule::package_create (this, filtyp, ipakid, ipaknum, pakname, mempath, inunit, iout)
 Create boundary condition packages for this model. More...
 
subroutine gwfmodule::ftype_check (this, indis)
 Check to make sure required input files have been specified. More...
 
class(gwfmodeltype) function, pointer, public gwfmodule::castasgwfmodel (model)
 Cast to GWF model. More...
 
subroutine gwfmodule::create_bndpkgs (this, bndpkgs, pkgtypes, pkgnames, mempaths, inunits)
 Source package info and begin to process. More...
 
subroutine gwfmodule::create_packages (this)
 Source package info and begin to process. More...
 
subroutine gwfmodule::log_namfile_options (this, found)
 Write model namfile options to list file. More...
 
subroutine gwfmodule::steady_period_check (this)
 Check for steady state period. More...
 

Variables

integer(i4b), parameter, public gwfmodule::gwf_nbasepkg = 50
 GWF base package array descriptors. More...
 
character(len=lenpackagetype), dimension(gwf_nbasepkg), public gwfmodule::gwf_basepkg
 
integer(i4b), parameter, public gwfmodule::gwf_nmultipkg = 50
 GWF multi package array descriptors. More...
 
character(len=lenpackagetype), dimension(gwf_nmultipkg), public gwfmodule::gwf_multipkg
 
integer(i4b), parameter gwfmodule::niunit_gwf = GWF_NBASEPKG + GWF_NMULTIPKG