Click or drag to resize

ResistanceDistribution Enumeration

transversal distribution of resistance values

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public enum ResistanceDistribution
Members
  Member nameValueDescription
Uniform0 Uniform within the regular channel and vegetation parts, resp. (ie, 2 values). Resistance values are part of processed data
Zones1 High/low flow zones along the cross section profile, defined by low flow markers (4, LeftLowFlowBank and 5, RightLowFlowBank). Resistance values are part of processed data
Distributed2 Fully user-distributed along cross section profile. Resistance values are part of processed data
Constant16 Resistance value is constant for all water depths. Processed resistance values are not used.
ExponentVarying17 Resistance is depth dependent with an exponential variation between top and bottom. Processed resistance values are not used.
See Also