IFloodMapCrossSectionGetFlowDistributionConveyance Method

Calculates the conveyance K for local flow distribution calculations, working together with the GetLocalFlowDistributionDepthFactor(Double).

The approach is separated in two methods, since this method can be an expensive method (integrating over the entire cross section), to be called once, and the result used many times by the GetLocalFlowDistributionDepthFactor(Double) method.

If not supported, return -1.

Definition

Namespace: DHI.Mike1D.FloodMap
Assembly: DHI.Mike1D.FloodMap (in DHI.Mike1D.FloodMap.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
double GetFlowDistributionConveyance(
	double waterDepth
)

Parameters

waterDepth  Double
Global water depth

Return Value

Double
A factor used in GetLocalFlowDistributionDepthFactor(Double). -1 on failure.

See Also