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

Go to the source code of this file.

Data Types

type  tvkmodule::tvktype
 

Modules

module  tvkmodule
 This module contains time-varying conductivity package methods.
 

Functions/Subroutines

subroutine, public tvkmodule::tvk_cr (tvk, name_model, inunit, iout)
 Create a new TvkType object. More...
 
subroutine tvkmodule::tvk_ar_set_pointers (this)
 Announce package and set pointers to variables. More...
 
logical function tvkmodule::tvk_read_option (this, keyword)
 Read a TVK-specific option from the OPTIONS block. More...
 
real(dp) function, pointer tvkmodule::tvk_get_pointer_to_value (this, n, varName)
 Get an array value pointer given a variable name and node index. More...
 
subroutine tvkmodule::tvk_set_changed_at (this, kper, kstp)
 Mark property changes as having occurred at (kper, kstp) More...
 
subroutine tvkmodule::tvk_reset_change_flags (this)
 Clear all per-node change flags. More...
 
subroutine tvkmodule::tvk_validate_change (this, n, varName)
 Check that a given property value is valid. More...
 
subroutine tvkmodule::tvk_da (this)
 Deallocate package memory. More...