|
| subroutine, public | gwtmodule::gwt_cr (filename, id, modelname) |
| | Create a new groundwater transport model object. More...
|
| |
| subroutine | gwtmodule::gwt_df (this) |
| | Define packages of the GWT model. More...
|
| |
| subroutine | gwtmodule::gwt_ac (this, sparse) |
| | Add the internal connections of this model to the sparse matrix. More...
|
| |
| subroutine | gwtmodule::gwt_mc (this, matrix_sln) |
| | Map the positions of the GWT model connections in the numerical solution coefficient matrix. More...
|
| |
| subroutine | gwtmodule::gwt_ar (this) |
| | GWT Model Allocate and Read. More...
|
| |
| subroutine | gwtmodule::gwt_rp (this) |
| | GWT Model Read and Prepare. More...
|
| |
| subroutine | gwtmodule::gwt_dt (this) |
| | GWT Model time step size. More...
|
| |
| subroutine | gwtmodule::gwt_ad (this) |
| | GWT Model Time Step Advance. More...
|
| |
| subroutine | gwtmodule::gwt_cf (this, kiter) |
| | GWT Model calculate coefficients. More...
|
| |
| subroutine | gwtmodule::gwt_fc (this, kiter, matrix_sln, inwtflag) |
| | GWT Model fill coefficients. More...
|
| |
| subroutine | gwtmodule::gwt_cc (this, innertot, kiter, iend, icnvgmod, cpak, ipak, dpak) |
| | GWT Model Final Convergence Check. More...
|
| |
| subroutine | gwtmodule::gwt_cq (this, icnvg, isuppress_output) |
| | GWT Model calculate flow. More...
|
| |
| subroutine | gwtmodule::gwt_bd (this, icnvg, isuppress_output) |
| | GWT Model Budget. More...
|
| |
| subroutine | gwtmodule::gwt_ot_flow (this, icbcfl, ibudfl, icbcun) |
| | GWT model output routine. More...
|
| |
| subroutine | gwtmodule::gwt_ot_dv (this, idvsave, idvprint, ipflag) |
| | GWT model dependent variable output. More...
|
| |
| subroutine | gwtmodule::gwt_da (this) |
| | Deallocate. More...
|
| |
| subroutine | gwtmodule::gwt_bdentry (this, budterm, budtxt, rowlabel) |
| | GroundWater Transport Model Budget Entry. More...
|
| |
| integer(i4b) function | gwtmodule::gwt_get_iasym (this) |
| | return 1 if any package causes the matrix to be asymmetric. Otherwise return 0. More...
|
| |
| subroutine | gwtmodule::allocate_scalars (this, modelname) |
| | Allocate memory for non-allocatable members. More...
|
| |
| subroutine | gwtmodule::package_create (this, filtyp, ipakid, ipaknum, pakname, mempath, inunit, iout) |
| | Create boundary condition packages for this model. More...
|
| |
| class(gwtmodeltype) function, pointer, public | gwtmodule::castasgwtmodel (model) |
| | Cast to GwtModelType. More...
|
| |
| subroutine | gwtmodule::create_bndpkgs (this, bndpkgs, pkgtypes, pkgnames, mempaths, inunits) |
| | Source package info and begin to process. More...
|
| |
| subroutine | gwtmodule::create_gwt_packages (this, indis) |
| | Source package info and begin to process. More...
|
| |
|
| character(len=lenvarname), parameter | gwtmodule::dvt = 'CONCENTRATION ' |
| | dependent variable type, varies based on model type More...
|
| |
| character(len=lenvarname), parameter | gwtmodule::dvu = 'MASS ' |
| | dependent variable unit of measure, either "mass" or "energy" More...
|
| |
| character(len=lenvarname), parameter | gwtmodule::dvua = 'M ' |
| | abbreviation of the dependent variable unit of measure, either "M" or "E" More...
|
| |
| integer(i4b), parameter, public | gwtmodule::gwt_nbasepkg = 50 |
| | GWT base package array descriptors. More...
|
| |
| character(len=lenpackagetype), dimension(gwt_nbasepkg), public | gwtmodule::gwt_basepkg |
| |
| integer(i4b), parameter, public | gwtmodule::gwt_nmultipkg = 50 |
| | GWT multi package array descriptors. More...
|
| |
| character(len=lenpackagetype), dimension(gwt_nmultipkg), public | gwtmodule::gwt_multipkg |
| |
| integer(i4b), parameter | gwtmodule::niunit_gwt = GWT_NBASEPKG + GWT_NMULTIPKG |
| |