d_aequiv: Equivalent Hydraulic Diameter

View source: R/Pressflow.R

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

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

Related to d_aequiv in hydReng...