FloodMapFlowDistributionCalculator Class

Class for calculating flow velocity / current speed at any point in the river flood map.

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 class FloodMapFlowDistributionCalculator
Inheritance
Object    FloodMapFlowDistributionCalculator

Constructors

FloodMapFlowDistributionCalculatorInitializes a new instance of the FloodMapFlowDistributionCalculator class

Properties

Delh The Delh factor to control the start of the artificial bottom 'slot', introduced to a cross section to handling 'drying out' of the section.

Methods

CalculateFlowDistributionFactor Calculate local cross-sectional flow distribution factor at point.
CalculateFlowDistributionFactorVariant1 Calculate local cross-sectional flow distribution factor at point.

This variant calculates the relative water depth at the point in question, and applies this relative water depth on the upstream and downstream cross section.

CalculateFlowDistributionFactorVariant2 Calculate local cross-sectional flow distribution factor at point.

This variant calculates the velocity/factor at the upstream and downstream cross section using upstream and downstream waterlevels/discharges using the depth at the relative cross section coordinate of the point, and then interpolates between the upstream and downstream value to the point in question.

This method cannot take local (DEM) bottom levels into account, and can produce artificial velocities on low depths.

CalculateSpanFlowDistributionConveyance Calculate cross-sectional flow distribution-conveyance for span at upstream and downstream cross section.

Used by CalculateFlowDistributionFactor(FloodMapHSpan, FloodMapHSpanPoint, Double, Double, FloodMapFlowDistributionCalculatorSpanConveyance, Double, Double, Double) for hSpan.

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
InitPointBottomLevels Init UpPointBottomLevels and DoPointBottomLevels
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

DoPointBottomLevels For each point, bottom level at downstream section
UpPointBottomLevels For each point, bottom level at upstream cross section

See Also