|
subroutine, public | create_method_dis (method) |
| Create a new structured grid (DIS) tracking method. More...
|
|
subroutine | deallocate (this) |
| Destructor the tracking method. More...
|
|
subroutine | load_cell (this, ic, cell) |
|
subroutine | load_dis (this, particle, next_level, submethod) |
| Load the cell geometry and tracking method. More...
|
|
subroutine | load_particle (this, cell, particle) |
| Load cell properties into the particle, including. More...
|
|
subroutine | update_flowja (this, cell, particle) |
| Update cell-cell flows of particle mass. Every particle is currently assigned unit mass. More...
|
|
subroutine | pass_dis (this, particle) |
| Pass a particle to the next cell, if there is one. More...
|
|
subroutine | apply_dis (this, particle, tmax) |
| Apply the method to a particle. More...
|
|
double precision function | get_top (this, iatop) |
| Returns a top elevation based on index iatop. More...
|
|
subroutine | load_celldefn (this, ic, defn) |
| Loads cell definition from the grid. More...
|
|
subroutine | load_properties (this, ic, defn) |
|
subroutine | load_neighbors (this, defn) |
| Loads face neighbors to cell definition from the grid. Assumes cell index and number of vertices are already loaded. More...
|
|
subroutine | load_flows (this, defn) |
| Load flows into the cell definition. These include face, boundary and net distributed flows. Assumes cell index and number of vertices are already loaded. More...
|
|
subroutine | load_face_flows_to_defn (this, defn) |
|
subroutine | load_boundary_flows_to_defn (this, defn) |
| Add boundary flows to the cell definition faceflow array. Assumes cell index and number of vertices are already loaded. More...
|
|