Public Attributes | |
double | u_0 |
Cross-shore current. | |
Sed_wave | w |
Incoming deep-water wave. | |
Sed_cube | p |
gssize * | ind |
gssize | ind_len |
double | x_0 |
Position of shoreline. | |
double | x_b |
Position of breaker zone. | |
double | h_b |
Depth of bruun zone. | |
double | dz_dx |
Slope at bruun zone. | |
double * | k |
Sediment flux at bruun zone. |
Definition at line 44 of file xshore.c.
double Bruun_data::u_0 |
Cross-shore current.
Definition at line 46 of file xshore.c.
Referenced by update_bruun_zone_data(), and xshore().
Sed_wave Bruun_data::w |
Incoming deep-water wave.
Definition at line 47 of file xshore.c.
Referenced by update_bruun_zone_data(), and xshore().
Sed_cube Bruun_data::p |
gssize* Bruun_data::ind |
Definition at line 49 of file xshore.c.
Referenced by get_sediment_flux(), move_sediment(), update_bruun_zone_data(), and xshore().
gssize Bruun_data::ind_len |
Definition at line 50 of file xshore.c.
Referenced by get_sediment_flux(), move_sediment(), update_bruun_zone_data(), and xshore().
double Bruun_data::x_0 |
Position of shoreline.
Definition at line 52 of file xshore.c.
Referenced by get_sediment_flux(), move_sediment(), and update_bruun_zone_data().
double Bruun_data::x_b |
Position of breaker zone.
Definition at line 53 of file xshore.c.
Referenced by get_sediment_flux(), move_sediment(), and update_bruun_zone_data().
double Bruun_data::h_b |
Depth of bruun zone.
Definition at line 54 of file xshore.c.
Referenced by get_sediment_flux(), get_time_step(), move_sediment(), and update_bruun_zone_data().
double Bruun_data::dz_dx |
Slope at bruun zone.
Definition at line 55 of file xshore.c.
Referenced by update_bruun_zone_data().
double* Bruun_data::k |
Sediment flux at bruun zone.
Definition at line 56 of file xshore.c.
Referenced by get_sediment_flux(), update_bruun_zone_data(), and xshore().