Click or drag to resize

CulvertFlowType Enumeration

Enumeration for clasification of culvert flow types.

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 CulvertFlowType
Members
  Member nameValueDescription
NoFlow0 No flow through culvert. Occurs for y =0 and for when the valve regulation flag prohibits flow in one or two directions.
CriticalAtInlet1 The flow is critical at the culvert inlet.
CriticalAtOutlet2 The flow is critical at the culvert outlet. A backwater curve using a fine resolution is calculated to relate the discharge to the upstream water level in the river.
Orifice3 The flow at the culvert inlet has an orifice type formation.
Full4 The culvert is fully wet with a free discharge at the outlet.
See Also