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

Go to the source code of this file.

Data Types

type  tspadvmodule::tspadvtype
 

Modules

module  tspadvmodule
 

Functions/Subroutines

subroutine, public tspadvmodule::adv_cr (advobj, name_model, inunit, iout, fmi, eqnsclfac)
 @ brief Create a new ADV object More...
 
subroutine tspadvmodule::adv_df (this, adv_options)
 Define ADV object. More...
 
subroutine tspadvmodule::adv_ar (this, dis, ibound)
 Allocate and read method for package. More...
 
subroutine tspadvmodule::adv_fc (this, nodes, matrix_sln, idxglo, cnew, rhs)
 Fill coefficient method for ADV package. More...
 
subroutine tspadvmodule::advtvd (this, n, cnew, rhs)
 Calculate TVD. More...
 
real(dp) function tspadvmodule::advqtvd (this, n, m, iposnm, cnew)
 Calculate TVD. More...
 
subroutine tspadvmodule::adv_cq (this, cnew, flowja)
 Calculate advection contribution to flowja. More...
 
subroutine tspadvmodule::advtvd_bd (this, cnew, flowja)
 Add TVD contribution to flowja. More...
 
subroutine tspadvmodule::adv_da (this)
 Deallocate memory. More...
 
subroutine tspadvmodule::allocate_scalars (this)
 Allocate scalars specific to the streamflow energy transport (SFE) package. More...
 
subroutine tspadvmodule::read_options (this)
 Read options. More...
 
real(dp) function tspadvmodule::adv_weight (this, iadvwt, ipos, n, m, qnm)
 @ brief Advection weight More...