Click or drag to resize

TypeOfDistribution Enumeration

Defines how a distributed source distributes its source value.

Namespace:  DHI.Mike1D.BoundaryModule
Assembly:  DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public enum TypeOfDistribution
Members
  Member nameValueDescription
TotalValue0 The value of the source is distributed such that the total amount of source added on all spans/links sum up to the source value. Each link/span contribution is weighted using the length of the span/link.
ValuePerLength1 The value of the source is per unit length, and will be multiplied by the length of the span.
ValuePerArea2 The value of the source is per unit (surface) area, and will be multiplied by the surface area covered by the span.
See Also