|
Re: obtaining flow data from stage hydrographs
Q = (1.49/n)*A*R^0.67*S^0.5
Q = discharge (cfs or m^3/s)
n = Mannings n Value
A = Cross Sectional Flow Area (depth * width for a rectangular section), ft^2 or m^2
R = Hydraulic Radius = Area/Wetted Perimeter, ft or m
(Wetted Perimeter = 2*depth + width for a rectangular section)
S = energy slope (often bed slope is used, when uniform flow conditions can be assumed).
If working in SI units, use 1.0 instead of 1.49
1. Determine depth from stage (if not the same)
2. Compute Cross Section Flow Area, A
3. Determine Wetted Perimeter, P
4. Compute Hydraulic Radius, R
5. Determine energy slope, S
6. Determine n value (sounds like you know how to do this already)
7. Compute Q.
|