Description Usage Arguments Details Value See Also
View source: R/compute_profile.R
Calculates the water profile using the standard step method.
1 2 | compute_profile(geometry, Q, boundary_conditions, method = "subcritical",
options)
|
geometry |
geometry object of class geom |
Q |
single flow value for computation (cms) |
boundary_conditions |
boundary conditions for the most downstream cross-section of object bc |
method |
method used in calculation as "subcritical", "supercritical", or "mixed" (currently only "subcritical" method is supported) |
options |
object of class rcr_options with options and constants for hydraulic calculations |
**Currently assumes subcritical regime throughout the profile, will be updated in future versions.**
hydraulic_output |
Table of computed hydraulic parameters by xsection |
compute_flow_profiles
to calculate flow profiles for multiple flow values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.