bedload_MPM: Bedload Transport Capacity (Meyer-Peter Müller)

View source: R/Bedload.R

bedload_MPMR Documentation

Bedload Transport Capacity (Meyer-Peter Müller)

Description

Calculates the bedload transport capacity using the formula by Meyer-Peter Müller. The formula is valid for bed slopes less than 0.005.

Usage

bedload_MPM(dm, J, Rs, B, f_kSt = 0.85, t_crit = 0.047, rho_s = 2650, s = 2.65)

Arguments

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).

Value

Returns the bedload transport rate [kg/s].

References

Bezzola, G.R. (2012). Vorlesungsmanuskript Flussbau. ETH Zürich, Versuchsanstalt für Wasserbau, Hydrologie und Glaziologie VAW.

Examples

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)


hydReng documentation built on April 4, 2025, 1:57 a.m.

Related to bedload_MPM in hydReng...