CScircle-class: CScircle Class

CScircle-classR Documentation

CScircle Class

Description

Defines a cross-section class with circular geometry for hydraulic calculations.

Slots

Di

Diameter of the pipe [m].

kSt

Roughness of the pipe according to Strickler [m^(1/3)/s].

ks

Roughness of the pipe according to Prandtl-Coolebrook-White [mm] (SIA 190)

Examples

csC <- CScircle(Di = 1, kSt = 75)
csC <- CScircle(Di = 1, ks = 1.5)

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