compute_profile: Hydraulic Profile Calculation

Description Usage Arguments Details Value See Also

View source: R/compute_profile.R

Description

Calculates the water profile using the standard step method.

Usage

1
2
compute_profile(geometry, Q, boundary_conditions, method = "subcritical",
  options)

Arguments

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

Details

**Currently assumes subcritical regime throughout the profile, will be updated in future versions.**

Value

hydraulic_output

Table of computed hydraulic parameters by xsection

See Also

compute_flow_profiles to calculate flow profiles for multiple flow values


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