MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
tsp-mvt.f90 File Reference

Go to the source code of this file.

Data Types

type  tspmvtmodule::tspmvttype
 

Modules

module  tspmvtmodule
 

Functions/Subroutines

subroutine, public tspmvtmodule::mvt_cr (mvt, name_model, inunit, iout, fmi1, eqnsclfac, depvartype, gwfmodelname1, gwfmodelname2, fmi2)
 Create a new mover transport object. More...
 
subroutine tspmvtmodule::mvt_df (this, dis)
 Define mover transport object. More...
 
subroutine tspmvtmodule::set_pointer_mvrbudobj (this, mvrbudobj)
 @ brief Set pointer to mvrbudobj More...
 
subroutine tspmvtmodule::mvt_ar (this)
 Allocate and read mover-for-transport information. More...
 
subroutine tspmvtmodule::mvt_rp (this)
 Read and prepare mover transport object. More...
 
subroutine tspmvtmodule::mvt_fc (this, cnew1, cnew2)
 Calculate coefficients and fill amat and rhs. More...
 
subroutine tspmvtmodule::set_fmi_pr_rc (this, ibudterm, fmi_pr, fmi_rc)
 @ brief Set the fmi_pr and fmi_rc pointers More...
 
subroutine tspmvtmodule::mvt_cc (this, kiter, iend, icnvgmod, cpak, dpak)
 Extra convergence check for mover. More...
 
subroutine tspmvtmodule::mvt_bd (this, cnew1, cnew2)
 Write mover terms to listing file. More...
 
subroutine tspmvtmodule::mvt_ot_saveflow (this, icbcfl, ibudfl)
 Write mover budget terms. More...
 
subroutine tspmvtmodule::mvt_ot_printflow (this, icbcfl, ibudfl)
 Print mover flow table. More...
 
subroutine tspmvtmodule::mvt_ot_bdsummary (this, ibudfl)
 Write mover budget to listing file. More...
 
subroutine tspmvtmodule::mvt_da (this)
 @ brief Deallocate memory More...
 
subroutine tspmvtmodule::allocate_scalars (this)
 @ brief Allocate scalar variables for package More...
 
subroutine tspmvtmodule::read_options (this)
 Read mover-for-transport options block. More...
 
subroutine tspmvtmodule::mvt_setup_budobj (this)
 Set up the budget object that stores all the mvr flows. More...
 
subroutine tspmvtmodule::mvt_fill_budobj (this, cnew1, cnew2)
 Copy mover-for-transport flow terms into thisbudobj. More...
 
subroutine tspmvtmodule::mvt_scan_mvrbudobj (this)
 Determine max number of packages in use. More...
 
subroutine tspmvtmodule::mvt_setup_outputtab (this)
 Set up the mover-for-transport output table. More...
 
subroutine tspmvtmodule::mvt_print_outputtab (this)
 Set up mover-for-transport output table. More...