#include <my_processes.h>
Public Attributes | |
| Eh_input_val | current_velocity |
| double | ocean_concentration |
| double | plume_width |
| int | ndx |
| int | ndy |
| int | deposit_size |
| Sed_cell ** | deposit |
| Sed_cell ** | last_deposit |
| double ** | plume_deposit |
| Plume_river | last_river_data |
| Plume_data * | plume_data |
| Sed_cell_grid | deposit_grid |
| Sed_cell_grid | last_deposit_grid |
Definition at line 319 of file my_processes.h.
| Eh_input_val Plume_hypo_t::current_velocity |
Definition at line 321 of file my_processes.h.
Referenced by destroy_plume_hypo(), init_plume_hypo(), and run_plume_hypo().
Definition at line 322 of file my_processes.h.
Referenced by init_plume_hypo(), and run_plume_hypo().
| double Plume_hypo_t::plume_width |
Definition at line 323 of file my_processes.h.
Referenced by init_plume_hypo(), and run_plume_hypo().
Definition at line 324 of file my_processes.h.
Referenced by init_plume_hypo(), and run_plume_hypo().
Definition at line 325 of file my_processes.h.
Referenced by init_plume_hypo(), and run_plume_hypo().
| double** Plume_hypo_t::plume_deposit |
Definition at line 331 of file my_processes.h.
Referenced by destroy_plume_hypo(), init_plume_hypo(), init_plume_hypo_data(), and run_plume_hypo().
Definition at line 332 of file my_processes.h.
Referenced by destroy_plume_hypo(), init_plume_hypo(), init_plume_hypo_data(), and run_plume_hypo().
| Sed_cell_grid Plume_hypo_t::deposit_grid |
Definition at line 334 of file my_processes.h.
Referenced by destroy_plume_hypo(), init_plume_hypo(), init_plume_hypo_data(), and run_plume_hypo().
| Sed_cell_grid Plume_hypo_t::last_deposit_grid |
Definition at line 335 of file my_processes.h.
Referenced by destroy_plume_hypo(), init_plume_hypo(), init_plume_hypo_data(), and run_plume_hypo().
1.5.2