Click or drag to resize

ProcessingConvertDarcyWeisbachToChezy Method

Converts from the Darcy Weisbach equivalent sand roughness to the Chezy roughness number.

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static double ConvertDarcyWeisbachToChezy(
	double sandRough,
	double rad
)

Parameters

sandRough
Type: SystemDouble
Also called equivalent grain diameter, k_s
rad
Type: SystemDouble
Hydraulic radius

Return Value

Type: Double
Chezy number
See Also