FlowResistanceGetNonTabulatedResistanceValue Method

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

Definition

Namespace: DHI.Mike1D.CrossSectionModule
Assembly: DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public double GetNonTabulatedResistanceValue(
	double depth,
	double height
)

Parameters

depth  Double
Depth in cross section
height  Double
Height of cross section

Return Value

Double
Resistance value for the given depth-height

Exceptions

ExceptionThrows an exception if the depth dependence is tabulated

See Also