FloodMapCrossSectionAdapterGetLocalFlowDistributionDepthFactor 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.

If not supported, return 0.

Definition

Namespace: DHI.Mike1D.FloodMap
Assembly: DHI.Mike1D.FloodMap (in DHI.Mike1D.FloodMap.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public double GetLocalFlowDistributionDepthFactor(
	double localDepth
)

Parameters

localDepth  Double
local water depth

Return Value

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

Implements

IFloodMapCrossSectionGetLocalFlowDistributionDepthFactor(Double)

See Also