Click or drag to resize

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: 19.0.0.0 (11.1.1.1111)
Syntax
public enum CulvertSectionTypes
Members
  Member nameValueDescription
Rectangular0 Geometry specified from depth and width
Circular1 Geometry specified from diameter
IrregularLevelWidth2 Level width data given. Look up made using WidthFromDepth where the Level data are subtracted the smallest level of the collection.
IrregularDepthWidth3 Depth width data given.
CrossSection4 Level width data given. Data are syncronized with data from Cross section collection.
See Also