Manningcircy | R Documentation |
The Manningcircy function solves for one missing variable in the Gauckler- Manning equation for a circular cross-section and uniform flow. The possible inputs are y, d, y_d (ratio of y/d), and theta.
Manningcircy(
y = NULL,
d = NULL,
y_d = NULL,
theta = NULL,
Sf = NULL,
Q = NULL,
units = c("SI", "Eng")
)
y |
numeric vector that contains the flow depth (m or ft), if known. |
d |
numeric vector that contains the diameters value (m or ft), if known. |
y_d |
numeric vector that contains the filling ration (y/d), if known. |
theta |
numeric vector that contains the angle theta (radians), if known. |
Sf |
numeric vector that contains the bed slope (m/m or ft/ft), if known. |
Q |
numeric vector that contains the discharge value (m^3/s or ft^3/s), if known. |
units |
character vector that contains the system of units [options are
|
the missing parameters (d or y) & theta, area (A), wetted
perimeters (P), top width (B), velocity (V), hydraulic depth (D), hydraulic radius (R), E (Specific Energy), Vel_Head (Velocity Head), Z (Section Factor), Reynolds number (Re), and Froude number (Fr) as a list
. for the Manningcircy function.
Irucka Embry
Manningcirc
for the examples section
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.