![]() |
MODFLOW 6
version 6.7.0.dev2
USGS Modular Hydrologic Model
|
Public Member Functions | |
procedure, public | assess |
procedure, public | subcellexit |
procedure, public | get_level |
procedure, public | cellexit |
procedure, public | forms_cycle |
procedure, public | store_event |
procedure, public | try_pass |
Public Attributes | |
character(len=40), pointer, public | name |
method name More... | |
logical(lgp), public | delegates |
whether the method delegates More... | |
type(prtfmitype), pointer, public | fmi => null() |
ptr to fmi More... | |
class(celltype), pointer, public | cell => null() |
ptr to the current cell More... | |
class(subcelltype), pointer, public | subcell => null() |
ptr to the current subcell More... | |
type(particleeventdispatchertype), pointer, public | events => null() |
ptr to event dispatcher More... | |
type(timeselecttype), pointer, public | tracktimes => null() |
ptr to user-defined tracking times More... | |
integer(i4b), dimension(:), pointer, public, contiguous | izone => null() |
pointer to zone numbers More... | |
real(dp), dimension(:), pointer, public, contiguous | flowja => null() |
pointer to intercell flows More... | |
real(dp), dimension(:), pointer, public, contiguous | porosity => null() |
pointer to aquifer porosity More... | |
real(dp), dimension(:), pointer, public, contiguous | retfactor => null() |
pointer to retardation factor More... | |
Private Member Functions | |
procedure(apply), deferred | apply |
apply the method to the particle More... | |
procedure(deallocate), deferred | deallocate |
deallocate the method object More... | |
procedure | load |
load the subdomain tracking method More... | |
procedure | init |
procedure | track |
procedure | release |
procedure | terminate |
procedure | timestep |
procedure | weaksink |
procedure | usertime |
Definition at line 13 of file MethodSubcell.f90.
|
privateinherited |
Definition at line 68 of file Method.f90.
procedure, public methodsubcellmodule::methodsubcelltype::assess |
Definition at line 15 of file MethodSubcell.f90.
|
inherited |
Definition at line 20 of file MethodCell.f90.
|
privateinherited |
pass the particle to the next subdomain
Definition at line 70 of file Method.f90.
|
inherited |
Definition at line 21 of file MethodCell.f90.
procedure, public methodsubcellmodule::methodsubcelltype::get_level |
Definition at line 17 of file MethodSubcell.f90.
|
privateinherited |
Definition at line 76 of file Method.f90.
|
privateinherited |
Definition at line 73 of file Method.f90.
|
privateinherited |
Definition at line 80 of file Method.f90.
|
inherited |
Definition at line 22 of file MethodCell.f90.
procedure, public methodsubcellmodule::methodsubcelltype::subcellexit |
Definition at line 16 of file MethodSubcell.f90.
|
privateinherited |
Definition at line 81 of file Method.f90.
|
privateinherited |
Definition at line 82 of file Method.f90.
|
privateinherited |
Definition at line 77 of file Method.f90.
|
inherited |
Definition at line 24 of file MethodCell.f90.
|
privateinherited |
Definition at line 84 of file Method.f90.
|
privateinherited |
Definition at line 83 of file Method.f90.
|
inherited |
Definition at line 58 of file Method.f90.
|
inherited |
Definition at line 56 of file Method.f90.
|
inherited |
Definition at line 60 of file Method.f90.
|
inherited |
Definition at line 63 of file Method.f90.
|
inherited |
Definition at line 57 of file Method.f90.
|
inherited |
Definition at line 62 of file Method.f90.
|
inherited |
Definition at line 55 of file Method.f90.
|
inherited |
Definition at line 64 of file Method.f90.
|
inherited |
Definition at line 65 of file Method.f90.
|
inherited |
Definition at line 59 of file Method.f90.
|
inherited |
Definition at line 61 of file Method.f90.