![]() |
MODFLOW 6
version 6.7.0.dev2
USGS Modular Hydrologic Model
|
Data Types | |
type | particleeventtype |
Base type for particle events. More... | |
type | cellexiteventtype |
type | terminationeventtype |
type | releaseeventtype |
type | timestepeventtype |
type | weaksinkeventtype |
type | usertimeeventtype |
Enumerations | |
enum | |
Particle event enumeration. More... | |
Functions/Subroutines | |
integer function | get_code (this) |
character(len=:) function, allocatable | get_str (this) |
Variables | |
@, public | release = 0 |
particle was released More... | |
@, public | cellexit = 1 |
particle exited a cell More... | |
@, public | timestep = 2 |
time step ended More... | |
@, public | terminate = 3 |
particle terminated More... | |
@, public | weaksink = 4 |
particle exited 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 18 of file ParticleEvent.f90.
|
private |
|
private |
@, public particleeventmodule::cellexit = 1 |
Definition at line 20 of file ParticleEvent.f90.
@, public particleeventmodule::release = 0 |
Definition at line 19 of file ParticleEvent.f90.
@, public particleeventmodule::terminate = 3 |
Definition at line 22 of file ParticleEvent.f90.
@, public particleeventmodule::timestep = 2 |
Definition at line 21 of file ParticleEvent.f90.
@, public particleeventmodule::usertime = 5 |
Definition at line 24 of file ParticleEvent.f90.
@, public particleeventmodule::weaksink = 4 |
Definition at line 23 of file ParticleEvent.f90.