CScircle-class {hydReng} | R 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)
[Package hydReng version 0.1.0 Index]