#include <my_processes.h>
Public Attributes | |
double | yield_strength |
double | viscosity |
double | numerical_viscosity |
double | dt |
double | max_time |
Sed_cube | failure |
Definition at line 147 of file my_processes.h.
Definition at line 149 of file my_processes.h.
Referenced by init_debris_flow(), and run_debris_flow().
double Debris_flow_t::viscosity |
Definition at line 150 of file my_processes.h.
Referenced by init_debris_flow(), and run_debris_flow().
Definition at line 151 of file my_processes.h.
Referenced by init_debris_flow(), and run_debris_flow().
double Debris_flow_t::dt |
Definition at line 152 of file my_processes.h.
Referenced by init_debris_flow(), and run_debris_flow().
double Debris_flow_t::max_time |
Definition at line 153 of file my_processes.h.
Referenced by init_debris_flow(), and run_debris_flow().
Sed_cube Debris_flow_t::failure |