bedload_MPM | R Documentation |
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)
dm |
Median grain size [m]. |
J |
Bottom slope [-]. |
Rs |
Hydraulic radius [m]. |
B |
Bottom width [m]. |
f_kSt |
Friction factor = (k_StS / k_Str)^(3/2) (default: 0.85). |
t_crit |
Critical shear stress [-] (default: 0.047). |
rho_s |
Density of bedload material [kg/m3] (default: 2650). |
s |
Relative solid density [-] (default: 2.65). |
Returns the bedload transport rate [kg/s].
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.