Click or drag to resize

XSCircularPreprocessedGetNaturalDepthBase Method

Same results as GetNaturalDepthOld(Double, Double, HDParameterData), when manning is uniform (no depth dependence). Otherwise results will differ slightly. This version is more "correct", since calculate the max conveyance based on MAR23 and limits the value of MAR23, while the GetNaturalDepthOld(Double, Double, HDParameterData) does it only on AR23. Hence results will differ when manning varies with depth. However, with the _relativeAR23 table it is possible to do binary search (currently linear search)

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 GetNaturalDepthBase(
	double discharge,
	double slope
)

Parameters

discharge
Type: SystemDouble
slope
Type: SystemDouble

Return Value

Type: Double

[Missing <returns> documentation for "M:DHI.Mike1D.CrossSectionModule.XSCircularPreprocessed.GetNaturalDepthBase(System.Double,System.Double)"]

See Also