XSBaseRawGetFlowDistributionConveyance Method

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

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.

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 GetFlowDistributionConveyance(
	double waterdepth
)

Parameters

waterdepth  Double
Global water depth

Return Value

Double
A factor used with GetLocalFlowDistributionDepthFactor(Double). 0 on failure.

See Also