par_fill | R Documentation |
Function to generate a plot of partial-filling diagram of circular pipe with discharge and flow velocity
par_fill(object,J,method="Strickler")
object |
A CScircle object. |
J |
Bottom slope [-]. |
method |
Method to calculate the roughness. Allowed are "Strickler" (equal roughness) and "Prandtl-Coolebrook-White". |
Plots of a partial filling diagram of a circular pipe with discharge and flow velocity
csC <- CScircle(Di = 0.7, ks = 1.5, kSt = 75)
par_fill(csC,J=0.04)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.