Click or drag to resize

ICrossSectionGetNaturalDepth Method

Gets the Natural depth for a given discharge [m3/s] and slope [dimensionless] The natural depth is the depth where the flow resistance and velocity balances, i.e., the Manning formula is fullfilled: Q = M*A*R^(2/3)*sqrt(I)

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
double GetNaturalDepth(
	double discharge,
	double slope
)

Parameters

discharge
Type: SystemDouble
slope
Type: SystemDouble

Return Value

Type: Double
See Also