Learn R Programming

hydReng (version 0.1.0)

d_aequiv: Equivalent Hydraulic Diameter

Description

Calculates the equivalent hydraulic diameter of a rectangular cross-section given its width and height.

Usage

d_aequiv(b, h)

Value

The equivalent hydraulic diameter [m].

Arguments

b

Width of the rectangle [m].

h

Height of the rectangle [m].

Examples

Run this code
d_aequiv(b = 2, h = 1)

Run the code above in your browser using DataLab