Learn R Programming

hydReng (version 0.1.0)

CScircle-class: CScircle Class

Description

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

Arguments

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

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

Run the code above in your browser using DataLab