Click or drag to resize

FlowResistanceGetNonTabulatedResistanceDerivative Method

Return the resistance derivative value for a non-tabulated depth dependence.

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public double GetNonTabulatedResistanceDerivative(
	double depth,
	double height
)

Parameters

depth
Type: SystemDouble
Depth in cross section
height
Type: SystemDouble
Height of cross section

Return Value

Type: Double
Resistance value for the given depth-height
Exceptions
ExceptionCondition
ExceptionThrows an exception if the depth dependence is tabulated
See Also