par_fill: Partial Filling Flow Diagram

par_fillR 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)

hydReng documentation built on April 4, 2025, 1:57 a.m.

Related to par_fill in hydReng...