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)

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

Parameters

discharge  Double
slope  Double

Return Value

Double

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

See Also