Click or drag to resize

CrossSectionSlotDecoratorGetFrictionValuesNoBottomSlot Method

Values required to calculate friction factor for higher order friction term

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public void GetFrictionValuesNoBottomSlot(
	double waterLevel,
	out double resistanceFactor,
	out double resistanceFactorDerivative,
	out double flowAreaDerivative,
	out double hydraulicRadiusDerivative
)

Parameters

waterLevel
Type: SystemDouble
resistanceFactor
Type: SystemDouble
resistanceFactorDerivative
Type: SystemDouble
flowAreaDerivative
Type: SystemDouble
hydraulicRadiusDerivative
Type: SystemDouble
See Also