XSBaseGetLocalFlowDistributionDepthFactor Method

Calculates a local flow distribution factor for a given x along the cross sectional profile. The result must be divided by GetFlowDistributionConveyance(Double).

The calculation is based on a parallel canal analysis, and if integrated up, matches the total discharge through the cross section.

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 GetLocalFlowDistributionDepthFactor(
	double localDepth
)

Parameters

localDepth  Double
Global water depth

Return Value

Double
A local velocity at the x coordinate of the cross section.

See Also