![]() |
MODFLOW 6
version 6.7.0.dev2
USGS Modular Hydrologic Model
|
Data Types | |
type | particleeventtype |
Base type for particle events. More... | |
interface | get_int |
interface | get_str |
Enumerations | |
enum | |
Particle event enumeration. More... | |
Functions/Subroutines | |
subroutine | log (this, iun) |
Variables | |
@, public | release = 0 |
particle was released More... | |
@, public | featexit = 1 |
particle exited a grid feature More... | |
@, public | timestep = 2 |
time step ended More... | |
@, public | terminate = 3 |
particle terminated More... | |
@, public | weaksink = 4 |
particle entered a weak sink More... | |
@, public | usertime = 5 |
user-specified tracking time More... | |
|
private |
A number of events may occur to particles, each of which may (or may not) be of interest to the user. The user selects events to report.
Definition at line 22 of file ParticleEvent.f90.
|
private |
Definition at line 67 of file ParticleEvent.f90.
@, public particleeventmodule::featexit = 1 |
Definition at line 24 of file ParticleEvent.f90.
@, public particleeventmodule::release = 0 |
Definition at line 23 of file ParticleEvent.f90.
@, public particleeventmodule::terminate = 3 |
Definition at line 26 of file ParticleEvent.f90.
@, public particleeventmodule::timestep = 2 |
Definition at line 25 of file ParticleEvent.f90.
@, public particleeventmodule::usertime = 5 |
Definition at line 28 of file ParticleEvent.f90.
@, public particleeventmodule::weaksink = 4 |
Definition at line 27 of file ParticleEvent.f90.