View source: R/n_maynord1991.R
n_maynord1991 | R Documentation |
n_maynord1991
calculate Manning's n using the Maynord (1991) method of
estimating grain roughness
n_maynord1991(grain, restrict = TRUE)
grain |
grain size (d90) in millimeters. The original model was calibrated for 4.57 mm < d90 < 134 mm. |
restrict |
allows for function parameters to restrict certain values. Type bool. Default TRUE. |
Manning's n
Maynord, S. T. 1991. Flow Resistance of Riprap. Journal of Hydraulic Engineering. American Society of Civil Engineers, Vol. 117 (6), pp. 687-696.
# Result: Manning's n of 0.030 n_maynord1991(100) # Result: Manning's n of 0.018 n_maynord1991(5) # Result: Manning's n of 0.027 n_maynord1991(50) # Result: Manning's n of Grain must be within 4.57 and 134 mm. n_maynord1991(1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.