CulvertSectionTypes Enumeration |
Enumeration indicating what flow regime the solution is in.
Namespace:
DHI.Mike1D.StructureModule
Assembly:
DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public enum CulvertSectionTypes
Members
| Member name | Value | Description |
---|
| Rectangular | 0 |
Geometry specified from depth and width
|
| Circular | 1 |
Geometry specified from diameter
|
| IrregularLevelWidth | 2 |
Level width data given. Look up made using WidthFromDepth where the Level data
are subtracted the smallest level of the collection.
|
| IrregularDepthWidth | 3 |
Depth width data given.
|
| CrossSection | 4 |
Level width data given. Data are syncronized with data from Cross section collection.
|
See Also