![]() |
MODFLOW 6
version 6.7.0.dev3
USGS Modular Hydrologic Model
|
Data Types | |
| type | methodcellpasstobottype |
Functions/Subroutines | |
| subroutine, public | create_method_cell_ptb (method) |
| Create a new pass-to-bottom tracking method. More... | |
| subroutine | deallocate (this) |
| Deallocate the pass-to-bottom tracking method. More... | |
| subroutine | apply_ptb (this, particle, tmax) |
| Pass particle vertically and instantaneously to the cell bottom. More... | |
|
private |
Definition at line 45 of file MethodCellPassToBot.f90.
| subroutine, public methodcellpasstobotmodule::create_method_cell_ptb | ( | type(methodcellpasstobottype), pointer | method | ) |
|
private |
Definition at line 39 of file MethodCellPassToBot.f90.