#include <sakura_local.h>
Public Attributes | |
double | basin_len |
double | dx |
double | dt |
double | out_dt |
double | max_t |
double | rho_sea_water |
double | rho_river_water |
double * | lambda |
double * | size_equiv |
double * | size_comp |
double * | grain_fraction |
double * | flow_fraction |
double * | bulk_density |
double * | grain_density |
double | dep_start |
double | size_bottom |
double | rho_bottom |
double * | bottom_fraction |
double | sua |
double | sub |
double | e_a |
double | e_b |
double | c_drag |
double | tan_phi |
double | mu_water |
char * | flood_file |
gint | n_grains |
double | channel_width |
double | channel_len |
Definition at line 203 of file sakura_local.h.
double Sakura_param_st::basin_len |
Definition at line 205 of file sakura_local.h.
double Sakura_param_st::dx |
Definition at line 206 of file sakura_local.h.
Referenced by sakura_check_params(), and sakura_scan_bathy_file().
double Sakura_param_st::dt |
Definition at line 207 of file sakura_local.h.
Referenced by sakura_check_params(), and sakura_set_constant_data().
double Sakura_param_st::out_dt |
Definition at line 208 of file sakura_local.h.
double Sakura_param_st::max_t |
Definition at line 209 of file sakura_local.h.
Definition at line 210 of file sakura_local.h.
Referenced by sakura_check_params(), and sakura_set_constant_data().
Definition at line 211 of file sakura_local.h.
Referenced by sakura_check_params(), sakura_scan_flood_file(), and sakura_set_constant_data().
double* Sakura_param_st::lambda |
Definition at line 212 of file sakura_local.h.
Referenced by sakura_check_params(), sakura_scan_parameter_file(), and sakura_set_sediment_data().
double* Sakura_param_st::size_equiv |
Definition at line 213 of file sakura_local.h.
double* Sakura_param_st::size_comp |
Definition at line 214 of file sakura_local.h.
double* Sakura_param_st::grain_fraction |
Definition at line 215 of file sakura_local.h.
double* Sakura_param_st::flow_fraction |
Definition at line 216 of file sakura_local.h.
Referenced by sakura_check_params(), and sakura_set_sediment_data().
double* Sakura_param_st::bulk_density |
Definition at line 217 of file sakura_local.h.
Referenced by sakura_check_params(), and sakura_set_sediment_data().
double* Sakura_param_st::grain_density |
Definition at line 218 of file sakura_local.h.
Referenced by sakura_check_params(), and sakura_set_sediment_data().
double Sakura_param_st::dep_start |
Definition at line 219 of file sakura_local.h.
Referenced by sakura_check_params(), sakura_scan_parameter_file(), and sakura_set_constant_data().
double Sakura_param_st::size_bottom |
Definition at line 220 of file sakura_local.h.
double Sakura_param_st::rho_bottom |
Definition at line 221 of file sakura_local.h.
double* Sakura_param_st::bottom_fraction |
double Sakura_param_st::sua |
Definition at line 223 of file sakura_local.h.
Referenced by sakura_check_params(), and sakura_set_constant_data().
double Sakura_param_st::sub |
Definition at line 224 of file sakura_local.h.
Referenced by sakura_check_params(), and sakura_set_constant_data().
double Sakura_param_st::e_a |
Definition at line 225 of file sakura_local.h.
Referenced by sakura_check_params(), and sakura_set_constant_data().
double Sakura_param_st::e_b |
Definition at line 226 of file sakura_local.h.
Referenced by sakura_check_params(), and sakura_set_constant_data().
double Sakura_param_st::c_drag |
Definition at line 227 of file sakura_local.h.
Referenced by sakura_check_params(), and sakura_set_constant_data().
double Sakura_param_st::tan_phi |
Definition at line 228 of file sakura_local.h.
Referenced by sakura_check_params(), sakura_scan_parameter_file(), and sakura_set_constant_data().
double Sakura_param_st::mu_water |
Definition at line 229 of file sakura_local.h.
Referenced by sakura_check_params(), sakura_scan_parameter_file(), and sakura_set_constant_data().
Definition at line 230 of file sakura_local.h.
Definition at line 231 of file sakura_local.h.
Referenced by sakura_check_params(), sakura_scan_bathy_file(), sakura_scan_parameter_file(), sakura_set_constant_data(), and sakura_set_sediment_data().
double Sakura_param_st::channel_len |