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
Public Enumeration ResistanceDistribution
public enum class ResistanceDistribution
Members
| Member name | Value | Description |
---|
| Uniform | 0 |
Uniform within the regular channel and vegetation parts, resp. (ie, 2 values).
Resistance values are part of processed data
|
| Zones | 1 |
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
|
| Distributed | 2 |
Fully user-distributed along cross section profile.
Resistance values are part of processed data
|
| Constant | 16 |
Resistance value is constant for all water depths.
Processed resistance values are not used.
|
| ExponentVarying | 17 |
Resistance is depth dependent with an exponential variation
between top and bottom.
Processed resistance values are not used.
|
See Also