Click or drag to resize

XSBaseGetCriticalDepth Method (Double, Double, Double)

Gets the Critical depth for a given discharge - [m3/s] The critical depth is the depth where the flow changes from supercritical to subcritical flow. MU version

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public double GetCriticalDepth(
	double discharge,
	double depth,
	double flowArea
)

Parameters

discharge
Type: SystemDouble
depth
Type: SystemDouble
Current depth, used to calculate a general wave speed
flowArea
Type: SystemDouble
Current flowarea, used to calculate a general wave speed

Return Value

Type: Double
Remarks
Should not depend on current depth and current flowarea?!?
See Also