d_aequiv {hydReng}R Documentation

Equivalent Hydraulic Diameter

Description

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

Usage

d_aequiv(b, h)

Arguments

b

Width of the rectangle [m].

h

Height of the rectangle [m].

Value

The equivalent hydraulic diameter [m].

Examples

d_aequiv(b = 2, h = 1)

[Package hydReng version 0.1.0 Index]