Description Usage Arguments Details
Support functions used in the rcr package for calculating various hydraulic properties. Includes calculations for conveyance, friction slope, energy calculation, and others.
1 2 3 4 5 6 7 8 9 10 11 12 13 | energy_calc(Z, y, v)
sf_calc(n, v, Rh)
sf_calc2(Q, K)
conv_calc(n, A, Rh)
vhead_calc(alpha, v, g)
wetted_perimeter(zz, ind, dx)
froude_calc(v, g, d)
|
Z |
water surface elevation (m) |
y |
water depth (m) |
v |
water average velocity (m/s) |
n |
Manning's n value (weighted for channel) |
Rh |
hydraulic radius (m) |
Q |
flow (m3/s) |
K |
channel conveyance Other parameters and various outputs as per function usage. |
Note that some functions may have multiple versions for calcualting a hydraulic parameter, such as conveyance or friction slope. To view the function calculation, type the function name into the R console with no brackets to view the function code (e.g., 'energy_calc').
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.