|
subroutine, public | methoddismodule::create_method_dis (method) |
| Create a new structured grid (DIS) tracking method. More...
|
|
subroutine | methoddismodule::deallocate (this) |
| Destructor the tracking method. More...
|
|
subroutine | methoddismodule::load_cell (this, ic, cell) |
|
subroutine | methoddismodule::load_dis (this, particle, next_level, submethod) |
| Load the cell geometry and tracking method. More...
|
|
subroutine | methoddismodule::load_particle (this, cell, particle) |
| Load cell properties into the particle, including. More...
|
|
subroutine | methoddismodule::update_flowja (this, cell, particle) |
| Update cell-cell flows of particle mass. Every particle is currently assigned unit mass. More...
|
|
subroutine | methoddismodule::pass_dis (this, particle) |
| Pass a particle to the next cell, if there is one. More...
|
|
subroutine | methoddismodule::apply_dis (this, particle, tmax) |
| Apply the method to a particle. More...
|
|
double precision function | methoddismodule::get_top (this, iatop) |
| Returns a top elevation based on index iatop. More...
|
|
subroutine | methoddismodule::load_celldefn (this, ic, defn) |
| Loads cell definition from the grid. More...
|
|
subroutine | methoddismodule::load_properties (this, ic, defn) |
|
subroutine | methoddismodule::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 | methoddismodule::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 | methoddismodule::load_face_flows_to_defn (this, defn) |
|
subroutine | methoddismodule::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...
|
|