rcr_support: Support functions for hydraulic calculations in the rcr...

Description Usage Arguments Details

Description

Support functions used in the rcr package for calculating various hydraulic properties. Includes calculations for conveyance, friction slope, energy calculation, and others.

Usage

 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)

Arguments

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.

Details

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


rchlumsk/rcr documentation built on Oct. 3, 2019, 7:47 a.m.