Learn R Programming

hydReng (version 0.1.0)

par_fill: 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")

Value

Plots of a partial filling diagram of a circular pipe with discharge and flow velocity

Arguments

object

A CScircle object.

J

Bottom slope [-].

method

Method to calculate the roughness. Allowed are "Strickler" (equal roughness) and "Prandtl-Coolebrook-White".

Examples

Run this code
csC <- CScircle(Di = 0.7, ks = 1.5, kSt = 75)
par_fill(csC,J=0.04)

Run the code above in your browser using DataLab