par_fill {hydReng} | R Documentation |
Partial Filling Flow Diagram
Description
Function to generate a plot of partial-filling diagram of circular pipe with discharge and flow velocity
Usage
par_fill(object,J,method="Strickler")
Arguments
object |
A CScircle object. |
J |
Bottom slope [-]. |
method |
Method to calculate the roughness. Allowed are "Strickler" (equal roughness) and "Prandtl-Coolebrook-White". |
Value
Plots of a partial filling diagram of a circular pipe with discharge and flow velocity
Examples
csC <- CScircle(Di = 0.7, ks = 1.5, kSt = 75)
par_fill(csC,J=0.04)
[Package hydReng version 0.1.0 Index]