FlowResistanceGetNonTabulatedResistanceValue Method |
Return the resistance 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 GetNonTabulatedResistanceValue(
double depth,
double height
)
Public Function GetNonTabulatedResistanceValue (
depth As Double,
height As Double
) As Double
public:
double GetNonTabulatedResistanceValue(
double depth,
double height
)
Parameters
- depth
- Type: SystemDouble
Depth in cross section - height
- Type: SystemDouble
Height of cross section
Return Value
Type:
DoubleResistance value for the given depth-height
Exceptions Exception | Condition |
---|
Exception | Throws an exception if the depth dependence is tabulated |
See Also