powered by
n_engelund1967 calculate Manning's n using the Engelund-Hansen (1981) method for estimating form roughness
n_engelund1967
n_engelund1967(depth, slope, d50, restrict = TRUE)
Manning's n
flow depth (H) in meters
channel slope (S) in m/m
grain size (d50) in millimeters
allows for function parameters to restrict certain values. Type bool. Default TRUE.
Engelund, F., and E. Hansen. 1967. A Monograph on Sediment Transport in Alluvial Streams. Technical University of Denmark, Copenhagen, Denmark.
# Result: Manning's n of 0.049 n_engelund1967(1, 0.025, 200) # Result: Manning's n of 0.028 n_engelund1967(5, 0.08, 90) # Result: Manning's n of 0.053 n_engelund1967(12, 0.025, 160)
Run the code above in your browser using DataLab