MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
swf-zdg.f90 File Reference

Go to the source code of this file.

Data Types

type  swfzdgmodule::swfzdgtype
 

Modules

module  swfzdgmodule
 This module contains the ZDG package methods.
 

Functions/Subroutines

subroutine, public swfzdgmodule::zdg_create (packobj, id, ibcnum, inunit, iout, namemodel, pakname, mempath, dis, cxs, unitconv)
 @ brief Create a new package object More...
 
subroutine swfzdgmodule::zdg_allocate_scalars (this)
 @ brief Allocate scalars More...
 
subroutine swfzdgmodule::zdg_allocate_arrays (this, nodelist, auxvar)
 @ brief Allocate arrays More...
 
subroutine swfzdgmodule::zdg_da (this)
 @ brief Deallocate package memory More...
 
subroutine swfzdgmodule::zdg_options (this)
 @ brief Source additional options for package More...
 
subroutine swfzdgmodule::log_zdg_options (this, found)
 @ brief Log SWF specific package options More...
 
subroutine swfzdgmodule::zdg_rp (this)
 @ brief SWF read and prepare More...
 
subroutine swfzdgmodule::zdg_cf (this)
 @ brief Formulate the package hcof and rhs terms. More...
 
real(dp) function swfzdgmodule::get_cond (this, i, depth, absdhdxsq, unitconv)
 Calculate conductance-like term. More...
 
subroutine swfzdgmodule::zdg_fc (this, rhs, ia, idxglo, matrix_sln)
 @ brief Copy hcof and rhs terms into solution. More...
 
subroutine swfzdgmodule::define_listlabel (this)
 @ brief Define the list label for the package More...
 
logical function swfzdgmodule::zdg_obs_supported (this)
 Determine if observations are supported. More...
 
subroutine swfzdgmodule::zdg_df_obs (this)
 Define the observation types available in the package. More...
 
subroutine swfzdgmodule::zdg_bd_obs (this)
 Save observations for the package. More...
 
subroutine swfzdgmodule::zdg_rp_ts (this)
 Assign time series links for the package. More...
 
real(dp) function swfzdgmodule::zdg_bound_value (this, col, row)
 @ brief Return a bound value More...
 

Variables

character(len=lenftype) swfzdgmodule::ftype = 'ZDG'
 package ftype More...
 
character(len=16) swfzdgmodule::text = ' ZDG'
 package flow text string More...