Click or drag to resize

CrossSectionSlotDecoratorGetNaturalDepth Method

Overload List
  NameDescription
Public methodGetNaturalDepth(Double, Double, HDParameterData)
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)
Public methodGetNaturalDepth(Double, Double, Double, HDParameterData)
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)

The natural depth will only be used when above the "outlet" water level. The minDNat can be set to the "outlet" water level, to save computations when natural depth is smaller than this "outlet" water level.

Top
See Also