powered by
Calculates the bedload transport capacity using the formula by Meyer-Peter Müller. The formula is valid for bed slopes less than 0.005.
bedload_MPM(dm, J, Rs, B, f_kSt = 0.85, t_crit = 0.047, rho_s = 2650, s = 2.65)
Returns the bedload transport rate [kg/s].
Median grain size [m].
Bottom slope [-].
Hydraulic radius [m].
Bottom width [m].
Friction factor = (k_StS / k_Str)^(3/2) (default: 0.85).
Critical shear stress [-] (default: 0.047).
Density of bedload material [kg/m3] (default: 2650).
Relative solid density [-] (default: 2.65).
Bezzola, G.R. (2012). Vorlesungsmanuskript Flussbau. ETH Zürich, Versuchsanstalt für Wasserbau, Hydrologie und Glaziologie VAW.
bedload_MPM(dm = 0.1, J = 0.01, Rs = 1.5, B = 20) bedload_MPM(dm = 0.1, J = 0.01, Rs = 1.5, B = 20, t_crit = 0.06)
Run the code above in your browser using DataLab